1
0

Braced up some code

This commit is contained in:
Tiger Wang 2013-12-25 14:05:37 +00:00
parent 508e505ace
commit 40c2826a21

View File

@ -249,7 +249,9 @@ void cPlayer::Tick(float a_Dt, cChunk & a_Chunk)
}
if (IsFlying())
{
m_LastGroundHeight = (float)GetPosY();
}
}