_interpolate

This commit is contained in:
2024-03-27 22:45:34 +02:00
parent 440ecea5ca
commit 91a6450c94

View File

@@ -38,6 +38,7 @@ protected:
uint16 _isPrefabRoot : 1;
uint16 _isEnabled : 1;
uint16 _drawNoCulling : 1;
uint16 _drawInterpolate : 1;
uint16 _drawCategory : 4;
byte _layer;
StaticFlags _staticFlags;