From: Ash Tyndall Date: Tue, 18 Oct 2011 10:37:43 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ac5ee64646b1639b95ec58b4dc4a780967115aa1 --- diff --git a/scene.c b/scene.c index 16eae70..d476f97 100644 --- a/scene.c +++ b/scene.c @@ -559,7 +559,7 @@ void display() { glPushMatrix(); //glTranslatef(0.0, 0.0, 0.0); - + glLoadIdentity(); glutSolidTeapot(5); // Draw teapot for test glPopMatrix();