Use stack alloc for sorting draw data

This commit is contained in:
2024-01-15 11:34:49 +01:00
parent e2684fc496
commit 5e6a9b628c
2 changed files with 8 additions and 11 deletions

View File

@@ -82,7 +82,6 @@ typedef struct Game {
f32 elapsed;
ecs_query_t *drawQuery;
DrawData *drawData;
} Game;
static void setScreen(Game *game, GameScreen newScreen) {