mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Relatively snappy object-ground collision detection
This commit is contained in:
parent
94feb62b08
commit
290e921920
9 changed files with 81 additions and 31 deletions
|
@ -362,14 +362,13 @@ public:
|
|||
~ClientEnvironment();
|
||||
|
||||
Map & getMap()
|
||||
{
|
||||
return *m_map;
|
||||
}
|
||||
{ return *m_map; }
|
||||
|
||||
ClientMap & getClientMap()
|
||||
{
|
||||
return *m_map;
|
||||
}
|
||||
{ return *m_map; }
|
||||
|
||||
IGameDef *getGameDef()
|
||||
{ return m_gamedef; }
|
||||
|
||||
void step(f32 dtime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue