mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 01:33:38 +00:00
First set of Core Classes changes! w00t :P
This was SVN commit r823.
This commit is contained in:
@@ -158,7 +158,7 @@ void CEntity::snapToGround()
|
||||
m_graphics_position.Y = g_Terrain.getExactGroundLevel( m_graphics_position.X, m_graphics_position.Z );
|
||||
}
|
||||
|
||||
void CEntity::update( float timestep )
|
||||
void CEntity::update( size_t timestep )
|
||||
{
|
||||
m_position_previous = m_position;
|
||||
m_orientation_previous = m_orientation;
|
||||
|
||||
Reference in New Issue
Block a user