mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
in before messing with face drawing orientation
This commit is contained in:
parent
3ac2abb0b5
commit
626ed6338a
15 changed files with 133 additions and 277 deletions
|
@ -152,9 +152,7 @@ public:
|
|||
/*
|
||||
NOTE: Every public method should be thread-safe
|
||||
*/
|
||||
Client(IrrlichtDevice *device, video::SMaterial *materials,
|
||||
float delete_unused_sectors_timeout,
|
||||
const char *playername);
|
||||
Client(IrrlichtDevice *device, const char *playername);
|
||||
~Client();
|
||||
/*
|
||||
The name of the local player should already be set when
|
||||
|
@ -280,8 +278,6 @@ private:
|
|||
float m_step_dtime;
|
||||
JMutex m_step_dtime_mutex;
|
||||
|
||||
float m_delete_unused_sectors_timeout;
|
||||
|
||||
// This is behind m_env_mutex.
|
||||
bool m_inventory_updated;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue