summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Panorama.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index e47326a..8a296aa 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -302,7 +302,7 @@ Panorama::set_projection(Projection::Projection_t p) {
break;
case Projection::SPHAERIC:
proj = new ProjectionSphaeric();
- view_angle = pi_d / 2.0;
+ view_angle = pi_d * 2.0;
break;
}
update_angles();