diff options
-rw-r--r-- | gui/ThemeEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 5437d56d0e..30aab03812 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -1123,7 +1123,7 @@ void ThemeEngine::addDirtyRect(Common::Rect r) { // the new one, we can remove them if (r.contains(*it)) it = _dirtyScreen.erase(it); - else; + else ++it; } |