ECS improvements!

This commit is contained in:
2025-08-21 18:58:34 -05:00
parent 9f5894cdcb
commit 1b4c270ccb
8 changed files with 70 additions and 37 deletions

View File

@@ -8,4 +8,4 @@
#include "camera.h"
camera_t CAMERA_DATA[ECS_ENTITY_COUNT_MAX] = { 0 };
ecscomponent_t CAMERA_COMPONENT = ecsComponentInit(CAMERA_DATA);
ecscomponent_t CAMERA_COMPONENT = ecsComponentInit(CAMERA_DATA, NULL);