summaryrefslogtreecommitdiff
path: root/src/koopatlas
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-27 06:20:55 +0200
committerTreeki <treeki@gmail.com>2012-09-27 06:20:55 +0200
commit261cd42b5eaad3add529a7464410fcb256fefeab (patch)
treefb23be1333f56a7d4292eabe7461d571a11fdfe2 /src/koopatlas
parent87cb3ef8451f6e6dc0f642d22f5335c1c4f4b064 (diff)
downloadkamek-261cd42b5eaad3add529a7464410fcb256fefeab.tar.gz
kamek-261cd42b5eaad3add529a7464410fcb256fefeab.zip
draw order fix
Diffstat (limited to '')
-rw-r--r--src/koopatlas/hud.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/koopatlas/hud.cpp b/src/koopatlas/hud.cpp
index 84329bf..907f02c 100644
--- a/src/koopatlas/hud.cpp
+++ b/src/koopatlas/hud.cpp
@@ -228,6 +228,8 @@ int dWMHud_c::onCreate() {
layoutLoaded = true;
+ layout.drawOrder = 0;
+
willShowHeader = false;
willShowFooter = false;