From: Ash Tyndall Date: Sun, 9 Oct 2011 07:15:19 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=2ea091e608bd5ab0538959c92f2f0c1d83ac61ad;hp=7ad17b3e5493842a631f32b4de6478307d6f4b1d;p=atyndall%2Fcits2231.git --- 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