From 5ef584fc571c5d86216d8e45d9192d90dc3d023d Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sun, 9 Oct 2011 14:36:35 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /** -- 2.20.1