Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mainmenu.cc')
-rw-r--r--src/client/mainmenu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mainmenu.cc b/src/client/mainmenu.cc
index 7374224..a70cad0 100644
--- a/src/client/mainmenu.cc
+++ b/src/client/mainmenu.cc
@@ -352,7 +352,7 @@ void MainMenu::draw_background()
// we override draw_background instead of adding a ui::Bitmap child
// this simplifies child window managment
if (mainmenu_background.size()) {
- ui::Paint::draw_bitmap(global_location(), size(), math::Color(), mainmenu_background);
+ ui::Paint::draw_bitmap(global_location(), size(), mainmenu_background, true);
}
}