(no commit message)
authorAsh Tyndall <[email protected]>
Sun, 9 Oct 2011 07:30:04 +0000 (15:30 +0800)
committerAsh Tyndall <[email protected]>
Sun, 9 Oct 2011 07:30:04 +0000 (15:30 +0800)
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