Merge remote-tracking branch 'origin/testing' into compatibility

This commit is contained in:
kay27 2022-03-14 04:16:48 +04:00
commit f5d3619d36
1 changed files with 2 additions and 1 deletions

View File

@ -484,7 +484,8 @@ minetest.register_globalstep(function(dtime)
then
break
else
head_alt_1 = next_alt
-- show head slightly above water level:
head_alt_1 = head_alt_1 + (next_alt - head_alt_1) * 0.26
break
end
end