mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-05 10:10:42 +03:00
Fix typo in logic_branch removal signal for logic_branch_listener
This commit is contained in:
parent
bdef83449e
commit
8194d80831
@ -3112,7 +3112,7 @@ void CLogicBranch::UpdateOnRemove()
|
|||||||
CBaseEntity *pEntity = m_Listeners.Element( i ).Get();
|
CBaseEntity *pEntity = m_Listeners.Element( i ).Get();
|
||||||
if ( pEntity )
|
if ( pEntity )
|
||||||
{
|
{
|
||||||
g_EventQueue.AddEvent( this, "_OnLogicBranchRemoved", 0, this, this );
|
g_EventQueue.AddEvent( pEntity, "_OnLogicBranchRemoved", 0, this, this );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user