Skip to content
Snippets Groups Projects
Commit ab75b1b9 authored by sapier's avatar sapier
Browse files

Fix misplaced selection box in some situations

parent 31f9912e
Branches
Tags
No related merge requests found
......@@ -401,6 +401,7 @@ void draw_plain(Camera& camera, bool show_hud, Hud& hud,
std::vector<aabb3f> hilightboxes, video::IVideoDriver* driver,
bool draw_wield_tool, Client& client, gui::IGUIEnvironment* guienv)
{
driver->setTransform(video::ETS_WORLD, core::IdentityMatrix);
draw_selectionbox(driver, hud, hilightboxes, show_hud);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment