Removed UI and restored debugGrid

This commit is contained in:
2023-03-20 14:06:42 -07:00
parent 3af590cc6d
commit 39cfcefdbb
3 changed files with 3 additions and 38 deletions

View File

@ -28,7 +28,7 @@ void Scene::update() {
this->itemsNotInitialized.clear();
#if DAWN_DEBUG_BUILD
// this->debugGrid();
this->debugGrid();
this->debugOrigin();
this->debugHitboxes();
#endif