From f9f79a2d3e380d3b80ad902c0edeef08b4b52135 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:50:30 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 19cc58a..6878056 100644 --- a/scene.c +++ b/scene.c @@ -560,7 +560,7 @@ void display() { glLoadIdentity(); glTranslatef(0.0, 0.0, 0.0); - glutSolidTeapot(2); // Draw teapot for test + glutSolidTeapot(5); // Draw teapot for test glPopMatrix(); glPushMatrix(); -- 2.20.1