draw gui later. this fixes the hotbar disappearing while rendering to texture.

This commit is contained in:
Jürgen Doser 2012-12-06 17:33:11 +01:00 committed by Perttu Ahola
parent 870f7bcc93
commit 7d2f0d7b1b
1 changed files with 6 additions and 5 deletions

View File

@ -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
*/