From 336c0ba5151213006bd9537edef5d22368303519 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 20:52:44 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index e5d2a17..7a7875f 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 = 1.0; +static float zoomFactor = 0.0; /** * Prints out error message when file cannot be read -- 2.20.1