fixed crawling

This commit is contained in:
Priec
2025-12-11 08:31:39 +01:00
parent ca7eac70e4
commit 0083fff73a
3 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ struct Obstacle {
int height;
};
// Axis-aligned bounding-box collision
inline bool check_collision(const CharacterPosition& player,
MovementType movement,
const Obstacle& obs) {