(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 34b7462..2f45633 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -301,6 +301,7 @@ void display() {
   GLfloat zcoord = 5.0 + (zoomFactor*0.2);\r
   if ( zcoord < 0.0 ) {\r
     zcoord = 0.0;\r
+    zoomFactor = 0.0;\r
   }\r
 \r
   gluLookAt(\r

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