1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-20 19:40:18 +02:00

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

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);
}