mesh entity fix

This commit is contained in:
2025-07-23 23:35:35 +02:00
parent 99827fce44
commit 9f9189e60e
2 changed files with 6 additions and 6 deletions

View File

@@ -76,6 +76,8 @@ MAX_CHILDREN :: 16;
dynamic_friction: float;
restitution: float;
collider_color: Color;
lock: Physics_Lock;
offset: Vector3;