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