mirror of
https://github.com/overte-org/overte.git
synced 2025-06-27 19:30:04 +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
2
main.cpp
2
main.cpp
|
@ -579,6 +579,8 @@ void display(void)
|
||||||
|
|
||||||
/* 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