mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-27 21:39:02 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -2408,7 +2408,7 @@ bool ON_SubDMeshProxyUserData::WriteToArchive(
|
||||
{
|
||||
for (;;)
|
||||
{
|
||||
if (archive.Archive3dmVersion() < 60)
|
||||
if (archive.Archive3dmVersion() >= 60)
|
||||
break;
|
||||
if (false == IsValid())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user