(no commit message)
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 11:56:45 +0000 (19:56 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 11:56:45 +0000 (19:56 +0800)
scene.c

diff --git a/scene.c b/scene.c
index a866479..cc687e7 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -415,7 +415,7 @@ int main(int argc, char **argv) {
 \r
   glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);\r
 \r
-  //glutReshapeFunc(windowReshape);\r
+  glutReshapeFunc(windowReshape);\r
   glutDisplayFunc(display);\r
   glutMouseFunc(mouse);\r
   glutKeyboardFunc(keyboard);\r

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