summaryrefslogtreecommitdiffhomepage
path: root/shaders/texture-unit-cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/texture-unit-cache.cpp')
-rw-r--r--shaders/texture-unit-cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/texture-unit-cache.cpp b/shaders/texture-unit-cache.cpp
index 2c415c80..bcd84664 100644
--- a/shaders/texture-unit-cache.cpp
+++ b/shaders/texture-unit-cache.cpp
@@ -113,7 +113,7 @@ size_t texture_unit_cache::get_unit_count()
GLint value = 0;
glGetIntegerv(GL_MAX_TEXTURE_IMAGE_UNITS, &value);
fm_assert(value >= /*GL 3.3*/ 16);
- value = 1; // limit for performance testing
+ //value = 1; // limit for performance testing
return value;
}();
return (size_t)ret;