1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02: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.;