X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=helper.c;h=96950937c7f5ffc97d9097e4fbe3d449c65ec18a;hb=058e09502404f3a56d7302817d03641fa30a885f;hp=ceb7c1529c59ca2aa26d038b60102887e7a5a0c2;hpb=42f7093208bb77a0973435339f4e4361f402eb13;p=atyndall%2Fcits2231.git diff --git a/helper.c b/helper.c index ceb7c15..9695093 100644 --- a/helper.c +++ b/helper.c @@ -266,9 +266,6 @@ void drawLine() { glBegin(GL_LINES); glVertex3i( lineLength, 0.0, 0.0 ); glVertex3i( -lineLength, 0.0, 0.0 ); - glEnd(); - - glBegin(GL_LINES); glVertex3i( 0.0, 0.0, lineLength ); glVertex3i( 0.0, 0.0, -lineLength ); glEnd();