mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-14 21:15:54 +08:00
Update source to v6.8.18240.20051
Previous source was actually for 6.1...
This commit is contained in:
@@ -929,8 +929,10 @@ const ON_ClassId* ON_ClassId::ClassId( ON_UUID uuid )
|
||||
p = &ON_CLASS_RTTI(ON_SumSurface);
|
||||
else
|
||||
{
|
||||
// The p = nullptr line does nothing (p is already nullptr) but it's a ...
|
||||
p = nullptr; // <- Good location for a debugger breakpoint.
|
||||
// The p = nullptr line does nothing (p is already nullptr) but, if you're working on
|
||||
// file reading bugs or other cases that involving rtti bugs, then it's a good
|
||||
// location for a debugger breakpoint.
|
||||
p = nullptr;
|
||||
}
|
||||
}
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user