From: Ash Tyndall Date: Tue, 18 Oct 2011 10:57:26 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=06447bbec84ca5858c8392ca0981c38a78a44775 --- diff --git a/scene.c b/scene.c index 2894066..f9f1251 100644 --- a/scene.c +++ b/scene.c @@ -615,7 +615,7 @@ void display() { glPushMatrix(); //glTranslatef(0.0, 0.0, 0.0); - + glLoadIdentity(); glutWireTeapot(30); // Draw teapot for test glPopMatrix();