summarylogtreecommitdiffstats
path: root/mars-shader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mars-shader.patch')
-rw-r--r--mars-shader.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/mars-shader.patch b/mars-shader.patch
deleted file mode 100644
index de140b8ef1ab..000000000000
--- a/mars-shader.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/System/window.cpp.orig 2014-03-31 15:18:22.264354000 +0200
-+++ src/System/window.cpp 2014-03-31 15:18:22.407689000 +0200
-@@ -308,13 +308,10 @@ namespace window {
- glEnable(GL_TEXTURE_2D);
-
- if (shader)
-- shader->bind();
-+ shader->bind(NULL);
-
- window_.draw(toBeDrawn, states);
-
-- if (shader)
-- shader->unbind();
--
- window_.popGLStates();
- glPopMatrix();
- glPopAttrib();