Merge pull request #5 from yozlet/master

Fix missing textures
This commit is contained in:
Yoz Grahame 2012-11-12 17:29:09 -08:00
commit 7c63f09254

View file

@ -578,7 +578,9 @@ void display(void)
glTranslatef(location[0], location[1], location[2]);
/* Draw Point Sprites */
load_png_as_texture(texture_filename);
//glActiveTexture(GL_TEXTURE0);
glEnable( GL_TEXTURE_2D );