mirror of
https://github.com/isledecomp/isle.git
synced 2025-04-03 10:19:45 -04:00
Match MxStreamController::RemoveSubscriber
(#1416)
This commit is contained in:
parent
a301f84566
commit
aa60386196
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void MxStreamController::AddSubscriber(MxDSSubscriber* p_subscriber)
|
|||
// FUNCTION: BETA10 0x1014e7b4
|
||||
void MxStreamController::RemoveSubscriber(MxDSSubscriber* p_subscriber)
|
||||
{
|
||||
m_subscribers.Remove(p_subscriber);
|
||||
m_subscribers.remove(p_subscriber);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100c1690
|
||||
|
|
Loading…
Add table
Reference in a new issue