Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix misplaced selection box in some situations
  • Loading branch information
sapier authored and sapier committed May 26, 2014
1 parent 31f9912 commit ab75b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drawscene.cpp
Expand Up @@ -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);

Expand Down

1 comment on commit ab75b1b

@stormchaser3000
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D YAY I WAS WAITING FOR THIS

Please sign in to comment.