diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-11-10 22:19:15 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-11-10 22:19:15 +0100 |
commit | f84736104cc5d886c50eb6006e8310bea733976d (patch) | |
tree | 3746167c4f2f9db9efa9d47721986b8825f77073 /src | |
parent | 08d3264b49e01075daadef68350e4fddd9993bee (diff) |
increase hide_value to 1.2
Diffstat (limited to 'src')
-rw-r--r-- | src/Panorama.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx index 6c0b6ba..77ec844 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -37,7 +37,7 @@ Panorama::Panorama() { close_mountains = new Hills(); visible_mountains = new Hills(); height_dist_ratio = 0.07; - hide_value = 1.0; + hide_value = 1.2; pi_d = asin(1.0) * 2.0; deg2rad = pi_d / 180.0; parms.a_center = 0.0; |