mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-12 04:15:01 -05:00
Nodedef: Restore smooth lighting to water
This commit is contained in:
parent
6969dd4224
commit
6359ff9a87
@ -853,7 +853,7 @@ void CNodeDefManager::updateTextures(IGameDef *gamedef,
|
||||
assert(f->liquid_type == LIQUID_SOURCE);
|
||||
if (opaque_water)
|
||||
f->alpha = 255;
|
||||
f->solidness = 0;
|
||||
f->solidness = 1;
|
||||
is_liquid = true;
|
||||
break;
|
||||
case NDT_FLOWINGLIQUID:
|
||||
|
Loading…
Reference in New Issue
Block a user