diff options
author | Eugene Sandulenko | 2006-03-14 02:55:54 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-03-14 02:55:54 +0000 |
commit | b45dcc4df372f2d860e13972eee96f3540f04405 (patch) | |
tree | 0c743bb14c075bf82acf3ceab4c772aaeeb79df2 | |
parent | c9970b78b529f0b7babdef1957234cf31b3f44e6 (diff) | |
download | scummvm-rg350-b45dcc4df372f2d860e13972eee96f3540f04405.tar.gz scummvm-rg350-b45dcc4df372f2d860e13972eee96f3540f04405.tar.bz2 scummvm-rg350-b45dcc4df372f2d860e13972eee96f3540f04405.zip |
Fix logo drawing.
svn-id: r21269
-rw-r--r-- | gui/ThemeNew.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index 3fd940b557..2c4d9d4d6e 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -541,6 +541,7 @@ void ThemeNew::drawSurface(const Common::Rect &r, const Graphics::Surface &surfa if (transparency) { drawSurface(rect, &surface, false, false, 256); + addDirtyRect(r); return; } |