From 2ea091e608bd5ab0538959c92f2f0c1d83ac61ad Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sun, 9 Oct 2011 15:15:19 +0800 Subject: [PATCH] --- scene.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scene.c b/scene.c index 3571fef..38a9ecc 100644 --- a/scene.c +++ b/scene.c @@ -500,7 +500,6 @@ void display() { glTranslatef(0.0f,0.0f,-6.0f); // Move Left 1.5 Units And Into The Screen 6.0 - glBegin(GL_QUADS); glColor3f(1.0f,0.0f,0.0f); // Set The Color To Red glVertex3f(-1.0f, 1.0f, 0.0f); // Top left -- 2.20.1