Option to enable/disable debug drawing
This commit is contained in:
@@ -40,6 +40,12 @@ typedef struct Game {
|
||||
struct {
|
||||
BzObjectPool *pathData;
|
||||
} pools;
|
||||
struct {
|
||||
bool path;
|
||||
bool entityColliders;
|
||||
bool mapColliders;
|
||||
bool spatialGrid;
|
||||
} debugDraw;
|
||||
f32 elapsed;
|
||||
} Game;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user