Something wrong with capsule

This commit is contained in:
2023-03-16 23:01:54 -07:00
parent 11af9d147a
commit 669b02ca06
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