|
From: rainbyte <rai...@us...> - 2012-07-17 10:52:47
|
Author: Alvaro Fernando Garcia <alv...@gm...>
Date: Tue Jul 17 07:39:15 2012 -0300
Fix covers draw graphic issue on songs screen.
---
game/screen_songs.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/screen_songs.cc b/game/screen_songs.cc
index afe23a1..0d56f26 100644
--- a/game/screen_songs.cc
+++ b/game/screen_songs.cc
@@ -202,8 +202,8 @@ void ScreenSongs::drawMultimedia() {
}
if (!m_jukebox) {
m_songbg_ground->draw();
- drawCovers();
theme->bg.draw();
+ drawCovers();
}
}
|