mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-16 14:25:19 -05:00
Fix liquid source backface culling (was not turned off)
This commit is contained in:
parent
41c473cf5e
commit
1d36e68346
@ -505,6 +505,7 @@ public:
|
|||||||
f->solidness = 1;
|
f->solidness = 1;
|
||||||
if(f->alpha == 255)
|
if(f->alpha == 255)
|
||||||
f->solidness = 2;
|
f->solidness = 2;
|
||||||
|
f->backface_culling = false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NDT_FLOWINGLIQUID:
|
case NDT_FLOWINGLIQUID:
|
||||||
|
Loading…
Reference in New Issue
Block a user