mirror of
https://github.com/minetest/minetest.git
synced 2025-03-21 01:32:34 +01:00
Nodedef: Restore smooth lighting to water
This commit is contained in:
@ -853,7 +853,7 @@ void CNodeDefManager::updateTextures(IGameDef *gamedef,
|
|||||||
assert(f->liquid_type == LIQUID_SOURCE);
|
assert(f->liquid_type == LIQUID_SOURCE);
|
||||||
if (opaque_water)
|
if (opaque_water)
|
||||||
f->alpha = 255;
|
f->alpha = 255;
|
||||||
f->solidness = 0;
|
f->solidness = 1;
|
||||||
is_liquid = true;
|
is_liquid = true;
|
||||||
break;
|
break;
|
||||||
case NDT_FLOWINGLIQUID:
|
case NDT_FLOWINGLIQUID:
|
||||||
|
Reference in New Issue
Block a user