diff --git a/examples/osghangglide/osghangglide.cpp b/examples/osghangglide/osghangglide.cpp index 5de90dd1d..adc4606c5 100644 --- a/examples/osghangglide/osghangglide.cpp +++ b/examples/osghangglide/osghangglide.cpp @@ -156,7 +156,7 @@ int main( int argc, char **argv ) } unsigned int numCameras = 2; - double aspectRatioScale = 1.0/(double)numCameras; + double aspectRatioScale = 1.0; for(unsigned int i=0; i camera = new osg::Camera;