add "Show Hitboxes" to the debug panel

This commit is contained in:
MihailRis
2024-07-06 05:36:16 +03:00
parent 9efb327270
commit 5522cfc231
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ class WorldRenderer {
);
public:
static bool showChunkBorders;
static bool showEntitiesDebug;
WorldRenderer(Engine* engine, LevelFrontend* frontend, Player* player);
~WorldRenderer();