aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-15 09:07:05 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-15 09:07:05 -0400
commitef74ae83db1d3049e4e890df77d25ac6e1f7719f (patch)
tree15b01f3ac4f4f2ef06e6fe463ce5e053b26a02e2 /src/ui.cpp
parent5adabb82443b9b10b25cdd8b4db3cfe890e36fa1 (diff)
Added glew and shader loading
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index fe5414c..5c5df20 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -55,7 +55,7 @@ namespace ui {
abort();
}
// Load the bitmap with OpenGL
- glActiveTexture(GL_TEXTURE0);
+ //glActiveTexture(GL_TEXTURE0);
glGenTextures(1,&ftex);
glBindTexture(GL_TEXTURE_2D,ftex);
glTexParameterf(GL_TEXTURE_2D,GL_TEXTURE_WRAP_S,GL_CLAMP_TO_EDGE);