(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 07a357e..9347092 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -484,7 +484,7 @@ void makeMenu() {
  * @param h New height\r
  */\r
 void windowReshape(int w, int h) {\r
-  GLdouble near = -1000.0;\r
+  GLdouble near = -100.0;\r
   GLdouble far = 1000.0;\r
 \r
   glViewport(0, 0, (GLsizei) w, (GLsizei) h);\r

UCC git Repository :: git.ucc.asn.au