Fix non-fancy leaves not making faces with water
authorPerttu Ahola <celeron55@gmail.com>
Thu, 1 Dec 2011 12:48:52 +0000 (14:48 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 1 Dec 2011 12:48:52 +0000 (14:48 +0200)
src/nodedef.cpp

index a52a1bbd42d5fdc5598c0743f8adf89adb8e2451..cbb3b6130f236b8b4e936047aeee03eaabc9032d 100644 (file)
@@ -530,7 +530,7 @@ public:
                                        f->visual_solidness = 1;
                                } else {
                                        f->drawtype = NDT_NORMAL;
-                                       f->solidness = 1;
+                                       f->solidness = 2;
                                        for(u32 i=0; i<6; i++){
                                                f->setTexture(i, f->tname_tiles[i]
                                                                + std::string("^[noalpha"));