ECS rendering

This commit is contained in:
2025-08-22 16:15:42 -05:00
parent 94ad64675d
commit f9385ed233
17 changed files with 161 additions and 215 deletions

View File

@@ -27,8 +27,7 @@ errorret_t engineInit(void) {
ecsSystemInit();
errorChain(displayInit());
ecsid_t sceneTest = sceneTestAdd();
nodeChildAdd(ECS_SYSTEM.root, sceneTest);
sceneTestAdd();
errorOk();
}