GUI: Fixed nasty typo

svn-id: r39913
This commit is contained in:
Max Horn 2009-04-10 14:06:21 +00:00
parent a1dc2ecc63
commit 0c8ffc80fd

View file

@ -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;
}