mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2026-07-31 17:46:19 -04:00
Change when queue swap happens.
This commit is contained in:
@@ -590,10 +590,10 @@ void InputDaemon::clearInitialEvents(QQueue<SDL_Event> *sdlEventQueue)
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
sdlEventQueue->swap(tempQueue);
|
||||
}
|
||||
}
|
||||
|
||||
sdlEventQueue->swap(tempQueue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user