Very basic animations
This commit is contained in:
@@ -109,8 +109,8 @@ int main(int argc, const char **argv) {
|
||||
if (appDesc.update)
|
||||
appDesc.update(dt, appDesc.userData);
|
||||
|
||||
if (ECS)
|
||||
ecs_progress(ECS, dt);
|
||||
//if (ECS)
|
||||
// ecs_progress(ECS, dt);
|
||||
|
||||
BeginDrawing();
|
||||
if (appDesc.render)
|
||||
|
||||
Reference in New Issue
Block a user