From: Ash Tyndall Date: Fri, 21 Oct 2011 00:58:44 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=4af8d4ec288e6d3bc09c2d2ac2da19330e6dda34 --- 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"); } /**