Physics optional

This commit is contained in:
2025-07-12 17:26:23 +02:00
parent 9dd12a55bf
commit 602dd870df
5 changed files with 66 additions and 23 deletions

View File

@@ -22,7 +22,9 @@ Scene :: struct {
mode: Engine_Mode;
physx_scene: PhysX_Scene;
#if PHYSICS {
physx_scene: PhysX_Scene;
}
using custom_fields: _Custom_Scene_Fields;
}