aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/pipelines/clut8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/pipelines/clut8.cpp')
-rw-r--r--backends/graphics/opengl/pipelines/clut8.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/graphics/opengl/pipelines/clut8.cpp b/backends/graphics/opengl/pipelines/clut8.cpp
index 9f2aa94b90..fca40074f0 100644
--- a/backends/graphics/opengl/pipelines/clut8.cpp
+++ b/backends/graphics/opengl/pipelines/clut8.cpp
@@ -32,8 +32,6 @@ CLUT8LookUpPipeline::CLUT8LookUpPipeline()
}
void CLUT8LookUpPipeline::drawTexture(const GLTexture &texture, const GLfloat *coordinates) {
- _activeShader->setUniformI(_activeShader->getUniformLocation("palette"), 1);
-
// Set the palette texture.
GL_CALL(glActiveTexture(GL_TEXTURE1));
if (_paletteTexture) {