From 4af8d4ec288e6d3bc09c2d2ac2da19330e6dda34 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 08:58:44 +0800 Subject: [PATCH] --- scene.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scene.c b/scene.c index c322eb8..a307bc8 100644 --- a/scene.c +++ b/scene.c @@ -184,6 +184,7 @@ void makeMenu() { */ void windowReshape(int w, int h) { glViewport(0, 0, (GLsizei) w, (GLsizei) h); + printf("I am called!\n"); } /** -- 2.20.1