mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Nodedef: Restore smooth lighting to water
This commit is contained in:
parent
6969dd4224
commit
6359ff9a87
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue