Something wrong with capsule

This commit is contained in:
2023-03-16 23:01:54 -07:00
parent 6099b5afc6
commit d97d19f93c
5 changed files with 75 additions and 46 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