Fix memory error with reflection

This commit is contained in:
Vulpovile
2025-04-08 18:04:48 -07:00
parent 67f519705d
commit 7c29d7ca9f
9 changed files with 55 additions and 50 deletions

View File

@@ -23,7 +23,7 @@ namespace B3D
Reflection::ReflectionProperty<Enum::Shape::Value> shape;
//OnTouch
Reflection::ReflectionProperty<Enum::ActionType::Value> onTouchAction;
Reflection::ReflectionProperty<Enum::Sound::Value> OnTouchSound;
Reflection::ReflectionProperty<Enum::Sound::Value> onTouchSound;
//Non-Reflective Variables
dBodyID physBody;