From: Ash Tyndall Date: Sun, 9 Oct 2011 06:36:35 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=5ef584fc571c5d86216d8e45d9192d90dc3d023d;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 166cf8c..f8fc31c 100644 --- a/scene.c +++ b/scene.c @@ -494,7 +494,7 @@ void display() { glVertex3f(-1.0f,-1.0f, 0.0f); // Bottom Left glEnd(); - glFlush(); + glutSwapBuffers(); } /**