mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Oops - texture load command went missing in a merge
This commit is contained in:
parent
d168cb1610
commit
adb373180f
1 changed files with 3 additions and 1 deletions
4
main.cpp
4
main.cpp
|
@ -578,7 +578,9 @@ void display(void)
|
||||||
glTranslatef(location[0], location[1], location[2]);
|
glTranslatef(location[0], location[1], location[2]);
|
||||||
|
|
||||||
/* Draw Point Sprites */
|
/* Draw Point Sprites */
|
||||||
|
|
||||||
|
load_png_as_texture(texture_filename);
|
||||||
|
|
||||||
//glActiveTexture(GL_TEXTURE0);
|
//glActiveTexture(GL_TEXTURE0);
|
||||||
glEnable( GL_TEXTURE_2D );
|
glEnable( GL_TEXTURE_2D );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue