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