mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 19:40:00 +03:00
fix(event): place new handler in correct position in handler list
This commit is contained in:
parent
1d28c06104
commit
391e299865
@ -63,5 +63,5 @@ void IEvtQueueRegister(EvtContext* context, EVENTID id, int32_t (*handler)(const
|
||||
h = handlerList->Link(h)->Next();
|
||||
}
|
||||
|
||||
handlerList->LinkNode(evtHandler, 1, h);
|
||||
handlerList->LinkNode(evtHandler, 2, h);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user