Use stack alloc for sorting draw data
This commit is contained in:
@@ -82,7 +82,6 @@ typedef struct Game {
|
||||
f32 elapsed;
|
||||
|
||||
ecs_query_t *drawQuery;
|
||||
DrawData *drawData;
|
||||
} Game;
|
||||
|
||||
static void setScreen(Game *game, GameScreen newScreen) {
|
||||
|
||||
Reference in New Issue
Block a user