GUI: Fixed nasty typo
svn-id: r39913
This commit is contained in:
parent
a1dc2ecc63
commit
0c8ffc80fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue