mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-17 06:46:01 +08:00
Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Nathan Letwory <nathan@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com>
This commit is contained in:
committed by
Will Pearson
parent
b844466e88
commit
799431a63b
@@ -46,6 +46,8 @@ unsigned int ON_IsRhinoApplicationId(
|
||||
return 5;
|
||||
if (ON_rhino6_id == id)
|
||||
return 6;
|
||||
if (ON_rhino7_id == id)
|
||||
return 7;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -59,6 +61,8 @@ unsigned int ON_IsOpennurbsApplicationId(
|
||||
return 5;
|
||||
if (ON_opennurbs6_id == id)
|
||||
return 6;
|
||||
if (ON_opennurbs7_id == id)
|
||||
return 7;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user