Skip to content

Commit

Permalink
Fix disable hud disabling drawing of full gui
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed May 24, 2014
1 parent 6922807 commit 6b37529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drawscene.cpp
Expand Up @@ -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);
}

Expand Down

0 comments on commit 6b37529

Please sign in to comment.