Add draw sorting based on Y position
This commit is contained in:
@@ -39,6 +39,8 @@ typedef struct Game {
|
||||
bool spatialGrid;
|
||||
} debugDraw;
|
||||
f32 elapsed;
|
||||
|
||||
ecs_query_t *drawQuery;
|
||||
} Game;
|
||||
|
||||
extern ecs_world_t *ECS;
|
||||
|
||||
Reference in New Issue
Block a user