summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.cpp')
-rw-r--r--src/mapblock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapblock.cpp b/src/mapblock.cpp
index da7d22ac5..fdc30dfd1 100644
--- a/src/mapblock.cpp
+++ b/src/mapblock.cpp
@@ -612,7 +612,7 @@ void MapBlock::updateMesh(u32 daynight_ratio)
bool new_style_water = g_settings.getBool("new_style_water");
float node_water_level = 1.0;
if(new_style_water)
- node_water_level = 0.8;
+ node_water_level = 0.9;
/*
We are including the faces of the trailing edges of the block.