From: Ash Tyndall Date: Thu, 20 Oct 2011 11:56:45 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=bab833c4516be2cf9015238dcefd6eef24cd19f8 --- diff --git a/scene.c b/scene.c index a866479..cc687e7 100644 --- a/scene.c +++ b/scene.c @@ -415,7 +415,7 @@ int main(int argc, char **argv) { glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); - //glutReshapeFunc(windowReshape); + glutReshapeFunc(windowReshape); glutDisplayFunc(display); glutMouseFunc(mouse); glutKeyboardFunc(keyboard);