mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
Fix missing loop counter
This commit is contained in:
parent
481adcdc21
commit
47272519b5
@ -74,6 +74,8 @@ void EventDispatcher::poll()
|
||||
event->execute();
|
||||
}
|
||||
m_pollEventsSize = m_eventList.size();
|
||||
|
||||
loops++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user