From: Ash Tyndall Date: Sun, 9 Oct 2011 06:43:02 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=2c3d87668d2109715078808dfd3e32b92e21d430 --- diff --git a/scene.c b/scene.c index 3a948c8..e7becbf 100644 --- a/scene.c +++ b/scene.c @@ -539,6 +539,8 @@ int main(int argc, char **argv) { glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); // Really Nice Perspective Calculations + glutSwapBuffers(); + glutReshapeFunc(windowReshape); glutDisplayFunc(display); glutMouseFunc(mouse);