forgot to take out debug code

This commit is contained in:
Peter Hachenberger 2007-03-28 16:09:41 +00:00
parent be7e4b7a62
commit e0981e5c48
1 changed files with 0 additions and 5 deletions

View File

@ -347,11 +347,6 @@ namespace OGL {
glBegin(GL_POINTS);
glVertex3d(v->x(),v->y(),v->z());
glEnd();
glColor3ub(255,0,0);
glBegin(GL_POINTS);
glVertex3d(3420,-32,494);
glVertex3d(3020,-32,494);
glEnd();
}
void draw(Edge_iterator e) const {