X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=642fdcdc5bfce55a355ca9e68597233e8effdc66;hp=ca81321404a2bbfb0f0d073b6c1b3aaea30d51b0;hb=f652f264b009625ba568e689a67d006f7eb352ed;hpb=3affec0660cc9e92f4dc1c23af711b09a9d72866 diff --git a/scene.c b/scene.c index ca81321..642fdcd 100644 --- a/scene.c +++ b/scene.c @@ -341,7 +341,7 @@ void display() { glTranslatef(0.0, 0.5, 0.0); // **NOTE: Teapot currently does not rest on surface glColor3f(0.0, 0.0, 0.0); glFrontFace(GL_CW); - glutSolidTeapot(1); + glutSolidTeapot(1); glFrontFace(GL_CCW); glPopMatrix();