From: Ash Tyndall Date: Fri, 21 Oct 2011 02:59:28 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=65f3d838461588453f40f54c884a48bc0a44e8fc --- diff --git a/scene.c b/scene.c index 34b7462..2f45633 100644 --- a/scene.c +++ b/scene.c @@ -301,6 +301,7 @@ void display() { GLfloat zcoord = 5.0 + (zoomFactor*0.2); if ( zcoord < 0.0 ) { zcoord = 0.0; + zoomFactor = 0.0; } gluLookAt(