- added hack to recreate shadow of first person body (because client-side entities are buggy shiz)

This commit is contained in:
Biohazard 2013-09-28 18:08:11 +02:00
parent f2ee1fed22
commit d776e64a26

View file

@ -451,4 +451,9 @@ void C_GstringPlayer::UpdateBodyModel()
m_pBodyModel->SetPlaybackRate( flPlaybackrate );
m_pBodyModel->StudioFrameAdvance();
if ( m_pBodyModel->GetShadowHandle() == CLIENTSHADOW_INVALID_HANDLE )
{
m_pBodyModel->CreateShadow();
}
}