Merge branch 'master' of https://github.com/edubart/otclient into mobile_port

This commit is contained in:
Túlio Henrique
2015-08-13 10:05:00 -03:00
12 changed files with 337 additions and 50 deletions

View File

@@ -74,6 +74,8 @@ void EventDispatcher::poll()
event->execute();
}
m_pollEventsSize = m_eventList.size();
loops++;
}
}