Fixed MsgSentNotify callbacks not firing on intercept hook (bug3631, r=dvander)
This commit is contained in:
@@ -348,6 +348,8 @@ void UserMessages::OnMessageEnd_Post()
|
||||
MsgIter iter;
|
||||
ListenerInfo *pInfo;
|
||||
|
||||
m_InHook = false;
|
||||
|
||||
pList = &m_msgIntercepts[m_CurId];
|
||||
for (iter=pList->begin(); iter!=pList->end(); )
|
||||
{
|
||||
@@ -367,8 +369,6 @@ void UserMessages::OnMessageEnd_Post()
|
||||
iter++;
|
||||
}
|
||||
|
||||
m_InHook = false;
|
||||
|
||||
pList = &m_msgHooks[m_CurId];
|
||||
for (iter=pList->begin(); iter!=pList->end(); )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user