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-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=1d36e68346f94bc03310dbfb7549e0d46d63fac5;p=zefram%2Fminetest%2Fminetest_engine.git Fix liquid source backface culling (was not turned off) --- diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 58ba6d05..bb08871d 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: