mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Relatively snappy object-ground collision detection
This commit is contained in:
@@ -28,9 +28,11 @@ class IGameDef;
|
||||
struct collisionMoveResult
|
||||
{
|
||||
bool touching_ground;
|
||||
bool collides;
|
||||
|
||||
collisionMoveResult():
|
||||
touching_ground(false)
|
||||
touching_ground(false),
|
||||
collides(false)
|
||||
{}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user