From: Ash Tyndall Date: Tue, 18 Oct 2011 12:49:48 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=inline;h=edd4488bb9e7c4f04f2b8882387d88996e2da0da;p=atyndall%2Fcits2231.git --- 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();