diff options
-rw-r--r-- | src/game.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/game.cpp b/src/game.cpp index 5c3805c3b..194658f1f 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2958,11 +2958,6 @@ void the_game( //timer10.stop(); //TimeTaker //timer11("//timer11"); - /* - Draw gui - */ - // 0-1ms - guienv->drawAll(); /* Draw hotbar @@ -2989,6 +2984,12 @@ void the_game( } /* + Draw gui + */ + // 0-1ms + guienv->drawAll(); + + /* End scene */ { |