fix(Core/Events): fix infinite loop (#15887)

fix(Core/Events): fix inifnite loop
This commit is contained in:
Skjalf
2023-04-08 22:48:02 -03:00
committed by GitHub
parent 4f569e4700
commit c07bf079f6

View File

@@ -117,6 +117,7 @@ void EventProcessor::CancelEventGroup(uint8 group)
{
if (itr->second->m_eventGroup != group)
{
++itr;
continue;
}