From: Ash Tyndall Date: Tue, 18 Oct 2011 08:03:00 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=e870d5eada14c45367e8bbd872dc5f9095f8393f --- diff --git a/scene.c b/scene.c index e1dbe14..b66be6f 100644 --- a/scene.c +++ b/scene.c @@ -558,7 +558,7 @@ void display() { glDisable(GL_BLEND); glPushMatrix(); - + glLoadIdentity(); glTranslatef(0.0, 0.0, 0.0); glutSolidTeapot(5); // Draw teapot for test