From 2a3932dad3ec48310af0b3c3cbb7685fc6105b03 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 20:52:52 +0800 Subject: [PATCH 1/1] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 7a7875f..e5d2a17 100644 --- a/scene.c +++ b/scene.c @@ -132,7 +132,7 @@ GLfloat angle2 = 30; /* in degrees */ GLfloat near = -10; GLfloat far = 10; -static float zoomFactor = 0.0; +static float zoomFactor = 1.0; /** * Prints out error message when file cannot be read -- 2.20.1