From: Jürgen Doser Date: Thu, 6 Dec 2012 16:33:11 +0000 (+0100) Subject: draw gui later. this fixes the hotbar disappearing while rendering to texture. X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=7d2f0d7b1b088813cb473cc4637cc19498ef8f23;p=zefram%2Fminetest%2Fminetest_engine.git draw gui later. this fixes the hotbar disappearing while rendering to texture. --- diff --git a/src/game.cpp b/src/game.cpp index 5c3805c3..194658f1 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 */