Skip to content
Snippets Groups Projects
Commit 1d36e683 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Fix liquid source backface culling (was not turned off)

parent 41c473cf
No related branches found
No related tags found
No related merge requests found
......@@ -505,6 +505,7 @@ class CNodeDefManager: public IWritableNodeDefManager
f->solidness = 1;
if(f->alpha == 255)
f->solidness = 2;
f->backface_culling = false;
}
break;
case NDT_FLOWINGLIQUID:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment