(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index a7748d8..75ac5a8 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -465,6 +465,7 @@ void makeMenu() {
  */\r
 void windowReshape(int width, int height) {\r
   glViewport(0, 0, (GLsizei)width, (GLsizei)height);\r
+  printf("Width: %d, height: %d", width, height);\r
   glMatrixMode(GL_PROJECTION);\r
   glLoadIdentity();\r
   gluPerspective(60, 1, 0.1, 1000.0);\r

UCC git Repository :: git.ucc.asn.au