From bb4992ad1302ba26e80fbc92af46e57ab47cc9bb Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 11:17:49 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 9829616..f53d92f 100644 --- a/scene.c +++ b/scene.c @@ -308,7 +308,7 @@ void display() { } gluPerspective( - 75.0, + 60.0, aspect, 0.1, 200 -- 2.20.1