Added CullingActive support for Drawable serializer

This commit is contained in:
Robert Osfield
2016-10-07 11:13:40 +01:00
parent 8de4c76582
commit cd56639e67

View File

@@ -52,4 +52,9 @@ REGISTER_OBJECT_WRAPPER( Drawable,
UPDATE_TO_VERSION_SCOPED( 142 )
ADD_HEXINT_SERIALIZER( NodeMask, 0xffffffff ); // _nodeMask
}
{
UPDATE_TO_VERSION_SCOPED( 145 )
ADD_BOOL_SERIALIZER( CullingActive, true ); // _cullingActive
}
}