Reset to m_flInterpolatedAnimTime

This commit is contained in:
Kamay Xutax 2024-09-05 01:50:04 +02:00
parent fb349dbd9f
commit 84672b5c24

View file

@ -1323,7 +1323,7 @@ void CInput::CreateMove ( int sequence_number, float input_sample_frametime, boo
} }
cmd->simulationdata[i].sim_time = pEntity->m_flInterpolatedSimulationTime; cmd->simulationdata[i].sim_time = pEntity->m_flInterpolatedSimulationTime;
cmd->simulationdata[i].anim_time = pEntity->m_flAnimTime; cmd->simulationdata[i].anim_time = pEntity->m_flInterpolatedAnimTime;
} }
#ifdef CSTRIKE_DLL #ifdef CSTRIKE_DLL