(no commit message)
authorAsh Tyndall <[email protected]>
Sun, 9 Oct 2011 06:43:02 +0000 (14:43 +0800)
committerAsh Tyndall <[email protected]>
Sun, 9 Oct 2011 06:43:02 +0000 (14:43 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 3a948c8..e7becbf 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -539,6 +539,8 @@ int main(int argc, char **argv) {
 \r
     glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);          // Really Nice Perspective Calculations\r
 \r
+    glutSwapBuffers();\r
+\r
     glutReshapeFunc(windowReshape);\r
     glutDisplayFunc(display);\r
     glutMouseFunc(mouse);\r

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