mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix wrong status text rectangle. Fix for #1412
This commit is contained in:
		@@ -3227,7 +3227,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input,
 | 
			
		||||
				core::rect<s32> rect(
 | 
			
		||||
						10,
 | 
			
		||||
						status_y - guitext_status->getTextHeight(),
 | 
			
		||||
						10 + guitext_chat->getTextWidth(),
 | 
			
		||||
						10 + guitext_status->getTextWidth(),
 | 
			
		||||
						status_y
 | 
			
		||||
				);
 | 
			
		||||
				guitext_status->setRelativePosition(rect);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user