mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix disable hud disabling drawing of full gui
This commit is contained in:
parent
6922807fd5
commit
6b37529bd6
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue