projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb589b1
)
Fix non-fancy leaves not making faces with water
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 1 Dec 2011 12:48:52 +0000
(14:48 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 1 Dec 2011 12:48:52 +0000
(14:48 +0200)
src/nodedef.cpp
patch
|
blob
|
history
diff --git
a/src/nodedef.cpp
b/src/nodedef.cpp
index a52a1bbd42d5fdc5598c0743f8adf89adb8e2451..cbb3b6130f236b8b4e936047aeee03eaabc9032d 100644
(file)
--- a/
src/nodedef.cpp
+++ b/
src/nodedef.cpp
@@
-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"));