1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix liquid source backface culling (was not turned off)

This commit is contained in:
Perttu Ahola 2011-11-26 16:03:14 +02:00
parent 41c473cf5e
commit 1d36e68346

View file

@ -505,6 +505,7 @@ public:
f->solidness = 1;
if(f->alpha == 255)
f->solidness = 2;
f->backface_culling = false;
}
break;
case NDT_FLOWINGLIQUID: