From 0206086ade20e0880a4b301690b97be205ad478e Mon Sep 17 00:00:00 2001 From: Yoz Grahame Date: Mon, 12 Nov 2012 17:27:39 -0800 Subject: [PATCH] Oops - texture load command went missing in a merge --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 305fdd2d92..c791e278ac 100644 --- a/main.cpp +++ b/main.cpp @@ -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 );