From: Perttu Ahola Date: Sat, 26 Nov 2011 14:03:14 +0000 (+0200) Subject: Fix liquid source backface culling (was not turned off) X-Git-Tag: 0.4.dev-20111201-0~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d36e68346f94bc03310dbfb7549e0d46d63fac5;p=oweals%2Fminetest.git Fix liquid source backface culling (was not turned off) --- diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 58ba6d058..bb08871df 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -505,6 +505,7 @@ public: f->solidness = 1; if(f->alpha == 255) f->solidness = 2; + f->backface_culling = false; } break; case NDT_FLOWINGLIQUID: