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 @@ -2988,6 +2983,12 @@ void the_game( NULL); } + /* + Draw gui + */ + // 0-1ms + guienv->drawAll(); + /* End scene */