summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 08dacaa1..00396a84 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -282,6 +282,7 @@ Game::Game():
gcn::Container *top = static_cast<gcn::Container*>(gui->getTop());
top->add(viewport);
+ viewport->requestMoveToBottom();
createGuiWindows();