mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-06 18:12:14 +00:00
- added hack to recreate shadow of first person body (because client-side entities are buggy shiz)
This commit is contained in:
parent
f2ee1fed22
commit
d776e64a26
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue