From edd4488bb9e7c4f04f2b8882387d88996e2da0da Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 20:49:48 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 4962037..e08b667 100644 --- a/scene.c +++ b/scene.c @@ -489,7 +489,7 @@ void makeMenu() { * @param h New height */ void windowReshape(int w, int h) { - zoomFactor = zoomFactor + 1; + zoomFactor = zoomFactor - 1; glViewport(0, 0, (GLsizei) w, (GLsizei) h); glMatrixMode(GL_PROJECTION); glLoadIdentity(); -- 2.20.1