(no commit message)
[atyndall/cits2231.git] / helper.c
index ceb7c15..9695093 100644 (file)
--- 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();

UCC git Repository :: git.ucc.asn.au