projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c473c
)
Fix liquid source backface culling (was not turned off)
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 26 Nov 2011 14:03:14 +0000
(16:03 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:54 +0000
(19:13 +0200)
src/nodedef.cpp
patch
|
blob
|
history
diff --git
a/src/nodedef.cpp
b/src/nodedef.cpp
index 58ba6d058a8afcaf00c7f0f58e621f1214d7ce1f..bb08871df371890cdf2685d96c59b9bd70254a3c 100644
(file)
--- 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: