mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
ProgressBarTextureMod
This commit is contained in:
parent
1611f00865
commit
705de63dcd
9 changed files with 107 additions and 37 deletions
|
@ -809,7 +809,7 @@ public:
|
|||
#ifndef SERVER
|
||||
virtual void clientStep(float dtime)
|
||||
{
|
||||
m_yaw += dtime * 90;
|
||||
m_yaw += dtime * 60;
|
||||
if(m_yaw >= 360.)
|
||||
m_yaw -= 360.;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue