Added textures

This commit is contained in:
Philip Rosedale 2012-11-07 15:12:59 -08:00
parent eb69451c9b
commit acd7689cab
2 changed files with 0 additions and 1 deletions

View file

@ -634,7 +634,6 @@ void display(void)
glPointSize(20.f);
glColor3f(1,1,1);
glEnable(GL_POINT_SMOOTH);
glEnable( GL_POINT_SPRITE_ARB );
glBegin(GL_POINTS);
glVertex2f(target_x, target_y);
glEnd();