summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-13 16:04:21 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-13 16:04:21 +0200
commit0947c4cc48ec9aed0a831973e7e79f8d57d34bc3 (patch)
tree838fc21cb76d3dbec76e61d1018721608700a3ea /src
parent80a2ee6d596b45d972f81e9e122d2b6287623f7c (diff)
downloadminetest-0947c4cc48ec9aed0a831973e7e79f8d57d34bc3.tar.gz
minetest-0947c4cc48ec9aed0a831973e7e79f8d57d34bc3.tar.bz2
minetest-0947c4cc48ec9aed0a831973e7e79f8d57d34bc3.zip
tuned fog distance a bit
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 348547321..e82dc68fc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2791,7 +2791,7 @@ int main(int argc, char *argv[])
bgcolor,
video::EFT_FOG_LINEAR,
range*0.6,
- range,
+ range*1.1,
0.01,
false, // pixel fog
false // range fog