mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix misplaced selection box in some situations
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user