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…
Reference in New Issue