X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=a307bc808cf02ca5cc8d46b7cd29db706f738183;hp=c322eb85def36ae01a81500e40bff77fae8cb5d8;hb=4af8d4ec288e6d3bc09c2d2ac2da19330e6dda34;hpb=916773443101d71d573d82c5e699a1c94b9cb2e4 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"); } /**