diff options
-rw-r--r-- | src/drawscene.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drawscene.cpp b/src/drawscene.cpp index 218ddec68..f7b916a8c 100644 --- a/src/drawscene.cpp +++ b/src/drawscene.cpp @@ -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); |