game: fix NPC blink
This commit is contained in:
parent
66b0cdfe56
commit
9b4aaff48f
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ void C_BaseFlex::SetupWeights( const matrix3x4_t *pBoneToWorld, int nFlexWeightC
|
|||
{
|
||||
// hack in an initialization
|
||||
LinkToGlobalFlexControllers( GetModelPtr() );
|
||||
m_iBlink = AddGlobalFlexController( "UH" );
|
||||
m_iBlink = AddGlobalFlexController( "blink" );
|
||||
|
||||
if ( SetupGlobalWeights( pBoneToWorld, nFlexWeightCount, pFlexWeights, pFlexDelayedWeights ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue