mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	hud.h: add missing false default state on use_hotbar_selected_image
This commit is contained in:
		@@ -118,7 +118,7 @@ public:
 | 
			
		||||
	std::string hotbar_image = "";
 | 
			
		||||
	bool use_hotbar_image = false;
 | 
			
		||||
	std::string hotbar_selected_image = "";
 | 
			
		||||
	bool use_hotbar_selected_image;
 | 
			
		||||
	bool use_hotbar_selected_image = false;
 | 
			
		||||
 | 
			
		||||
	Hud(video::IVideoDriver *driver,scene::ISceneManager* smgr,
 | 
			
		||||
		gui::IGUIEnvironment* guienv, Client *client, LocalPlayer *player,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user