aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-15 09:08:13 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-15 09:08:13 -0400
commit42da2e6dd95c29c723ee5377241d97e29e251903 (patch)
treeef0395bb9f4d73422b974fa1838c44c62a284eb1 /src/ui.cpp
parent5c2179bc9afa809fa3b915bea0d75f62f90f0644 (diff)
parentef74ae83db1d3049e4e890df77d25ac6e1f7719f (diff)
quest fixes
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 8e80341..2689766 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -57,7 +57,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);