fixed crawling
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user