diff options
author | Eugene Sandulenko | 2017-03-13 08:59:22 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-03-13 08:59:22 +0100 |
commit | 121cb806965ad43eaeba525a9fe1883a13e2821c (patch) | |
tree | 54827ec87172d0bf55c7b1074631de8aa3fa98ec | |
parent | 1ffb66185300f9e46d23225dc336160a758a18cb (diff) | |
download | scummvm-rg350-121cb806965ad43eaeba525a9fe1883a13e2821c.tar.gz scummvm-rg350-121cb806965ad43eaeba525a9fe1883a13e2821c.tar.bz2 scummvm-rg350-121cb806965ad43eaeba525a9fe1883a13e2821c.zip |
JANITORIAL: Remove trailing spaces
-rw-r--r-- | gui/gui-manager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp index 43e3fa378d..6f9fd8b13a 100644 --- a/gui/gui-manager.cpp +++ b/gui/gui-manager.cpp @@ -345,11 +345,11 @@ void GuiManager::runLoop() { // triggered in 3x mode or when running ScummVM under Valgrind.) if (activeDialog != getTopDialog() && event.type != Common::EVENT_SCREEN_CHANGED) { processEvent(event, getTopDialog()); - continue; + continue; } - + processEvent(event, activeDialog); - + if (lastRedraw + waitTime < _system->getMillis(true)) { lastRedraw = _system->getMillis(true); |