refactor: standardize object type identification using uLibTypeMacro and update serialization macros
This commit is contained in:
@@ -26,7 +26,6 @@ Assembly::Assembly()
|
||||
m_BBoxMax(Vector3f::Zero()),
|
||||
m_ShowBoundingBox(false),
|
||||
m_GroupSelection(true) {
|
||||
ULIB_ACTIVATE_PROPERTIES(*this);
|
||||
}
|
||||
|
||||
Assembly::Assembly(const Assembly ©)
|
||||
|
||||
Reference in New Issue
Block a user