From 27465ced4249899ef9067cf878f3aaddff4291e0 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Wed, 19 Oct 2011 20:36:23 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 8b52434..749c2aa 100644 --- a/scene.c +++ b/scene.c @@ -665,7 +665,7 @@ void display() { // Draw teapot for a test object glPushMatrix(); - glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface + glTranslatef(0.0, 0.0, 0.0); // **NOTE: Teapot does not rest on surface glColor3f(0.5, 0.5, 0.5); glutSolidTeapot(1); glPopMatrix(); -- 2.20.1