Fix non-fancy leaves not making faces with water
parent
cb589b1f99
commit
9dcfa882b1
|
@ -530,7 +530,7 @@ public:
|
||||||
f->visual_solidness = 1;
|
f->visual_solidness = 1;
|
||||||
} else {
|
} else {
|
||||||
f->drawtype = NDT_NORMAL;
|
f->drawtype = NDT_NORMAL;
|
||||||
f->solidness = 1;
|
f->solidness = 2;
|
||||||
for(u32 i=0; i<6; i++){
|
for(u32 i=0; i<6; i++){
|
||||||
f->setTexture(i, f->tname_tiles[i]
|
f->setTexture(i, f->tname_tiles[i]
|
||||||
+ std::string("^[noalpha"));
|
+ std::string("^[noalpha"));
|
||||||
|
|
Loading…
Reference in New Issue