Physics Fixes

This commit is contained in:
Isuru Samarathunga
2025-09-23 13:31:00 +05:30
parent 1573644c51
commit f5693ef0fa
5 changed files with 24 additions and 5 deletions

View File

@ -42,7 +42,7 @@ namespace ia::iae::game
0,
0,
g_player->DrawnSize().x,
g_player->DrawnSize().y/2.0f,
g_player->DrawnSize().y,
};
collider->IsDebugDrawEnabled() = true;
}