1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

ProgressBarTextureMod

This commit is contained in:
Perttu Ahola 2010-12-24 11:44:26 +02:00
parent 1611f00865
commit 705de63dcd
9 changed files with 107 additions and 37 deletions

View file

@ -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.;