mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-06 06:56:23 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew le Bihan <andy@mcneel.com> Co-authored-by: Brian Gillespie <brian@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Giulio Piacentino <giulio@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Lars <lars@mcneel.com> Co-authored-by: Lowell <lowell@mcneelcom> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: Tim Hemmelman <tim@mcneel.com>
This commit is contained in:
@@ -2392,7 +2392,7 @@ bool ON_InstanceDefinition::Internal_WriteV5(
|
||||
break;
|
||||
|
||||
// version 1.3 fields - added 6 March 2006
|
||||
if (!binary_archive.WriteDouble(m_us.MetersPerUnit()))
|
||||
if (!binary_archive.WriteDouble(m_us.MetersPerUnit(ON_DBL_QNAN)))
|
||||
break;
|
||||
|
||||
const bool bLegacyBoolThatIsAlwasyFalse = false;
|
||||
|
||||
Reference in New Issue
Block a user