From b453f3e8de0bb1e4dcb4848e6d949ca6e2a0e070 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:40:40 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 230bbd7..9d3594e 100644 --- a/scene.c +++ b/scene.c @@ -561,7 +561,7 @@ void display() { glColor3f(1.0, 0.0, 1.0); glTranslatef(-8.0, 0.0, -10.0); - glutSolidTeapot(1); // Draw teapot for test + glutSolidTeapot(10); // Draw teapot for test glPopMatrix(); glPushMatrix(); -- 2.20.1