diff options
author | Treeki <treeki@gmail.com> | 2012-09-27 06:20:55 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-27 06:20:55 +0200 |
commit | 261cd42b5eaad3add529a7464410fcb256fefeab (patch) | |
tree | fb23be1333f56a7d4292eabe7461d571a11fdfe2 | |
parent | 87cb3ef8451f6e6dc0f642d22f5335c1c4f4b064 (diff) | |
download | kamek-261cd42b5eaad3add529a7464410fcb256fefeab.tar.gz kamek-261cd42b5eaad3add529a7464410fcb256fefeab.zip |
draw order fix
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/hud.cpp | 2 |
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; |