mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix liquid source backface culling (was not turned off)
This commit is contained in:
		@@ -505,6 +505,7 @@ public:
 | 
			
		||||
					f->solidness = 1;
 | 
			
		||||
					if(f->alpha == 255)
 | 
			
		||||
						f->solidness = 2;
 | 
			
		||||
					f->backface_culling = false;
 | 
			
		||||
				}
 | 
			
		||||
				break;
 | 
			
		||||
			case NDT_FLOWINGLIQUID:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user