From eeed8ee2fcc8f6d83cdfffd9543b1351dad1ebfe Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 09:17:46 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index f7dbd40..7e287ed 100644 --- a/scene.c +++ b/scene.c @@ -295,7 +295,7 @@ void display() { if ( width > height ) aspect = (float)width / (float)height; gluPerspective( - 90.0, + 75.0, aspect, 0.1, 200 -- 2.20.1