From 6217adf646b2f5143642d89e0f096be9dcded20f Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 09:42:45 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 424835f..46e4f93 100644 --- a/scene.c +++ b/scene.c @@ -127,7 +127,7 @@ GLfloat near = -20; GLfloat far = 20; /* Zoom factor for mouse movements */ -GLfloat zoomFactor = 1.0; +GLfloat zoomFactor = 2.0; /* Recursion level for floor drawing */ int drawFloorRecurse = 5; -- 2.20.1