Fix disable hud disabling drawing of full gui

This commit is contained in:
sapier 2014-05-24 12:15:11 +02:00
parent 6922807fd5
commit 6b37529bd6
1 changed files with 2 additions and 2 deletions

View File

@ -464,10 +464,10 @@ void draw_scene(video::IVideoDriver* driver, scene::ISceneManager* smgr,
hud.drawCrosshair();
hud.drawHotbar(client.getPlayerItem());
hud.drawLuaElements(camera.getOffset());
guienv->drawAll();
}
guienv->drawAll();
scenetime = timer.stop(true);
}