Addendum to previous GHOST commit: remove redundant check.
This commit is contained in:
@@ -116,10 +116,6 @@ void GHOST_EventManager::dispatchEvent()
|
||||
|
||||
void GHOST_EventManager::dispatchEvents()
|
||||
{
|
||||
if (m_events.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
while (!m_events.empty()) {
|
||||
dispatchEvent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user