mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 18:29:35 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -1968,7 +1968,7 @@ void CNPC_Barnacle::OnTongueTipUpdated()
|
||||
//-----------------------------------------------------------------------------
|
||||
void CNPC_Barnacle::UpdateTongue( void )
|
||||
{
|
||||
if ( m_hTongueTip == NULL )
|
||||
if ( m_hTongueTip == NULL || m_hTongueTip->m_pSpring == NULL )
|
||||
return;
|
||||
|
||||
// Set the spring's length to that of the tongue's extension
|
||||
|
||||
Reference in New Issue
Block a user