Merge branch 'sohl1.2' into halloween

This commit is contained in:
Andrey Akhmichin 2022-06-17 10:53:33 +05:00
commit 5d4d70b2e9
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ void CBarnacle::BarnacleThink( void )
{
// recalc collision box here to avoid barnacle disappears bug
m_flCachedLength = m_flAltitude + m_flTongueAdj;
UTIL_SetOrigin( pev, pev->origin );
UTIL_SetOrigin( this, pev->origin );
}
#endif
SetNextThink( 0.1f );