diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 9c4209be1d..b8ef6b71db 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -828,7 +828,7 @@ void reshape(int width, int height) gluPerspective(45, //view angle 1.0, //aspect ratio 0.1, //near clip - 50.0);//far clip + 500.0);//far clip glMatrixMode(GL_MODELVIEW); glLoadIdentity();