mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 03:24:52 +00:00
Merge 5acfd17210
into 0565403b15
This commit is contained in:
commit
1601752d88
1 changed files with 1 additions and 1 deletions
|
@ -1819,7 +1819,7 @@ void C_BaseAnimating::MaintainSequenceTransitions( IBoneSetup &boneSetup, float
|
|||
if ( !boneSetup.GetStudioHdr() )
|
||||
return;
|
||||
|
||||
if ( prediction->InPrediction() )
|
||||
if ( prediction->InPrediction() || IsAboutToRagdoll() )
|
||||
{
|
||||
m_nPrevNewSequenceParity = m_nNewSequenceParity;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue