diff options
-rw-r--r-- | src/Panorama.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx index 76f9a7e..c8cb1dc 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -45,6 +45,7 @@ Panorama::Panorama() { parms.a_tilt = 0.0; parms.scale = 3500.0; view_name = NULL; + proj = NULL; set_projection(Projection::TANGENTIAL); } |