summarylogtreecommitdiffstats
path: root/mars-shader.patch
diff options
context:
space:
mode:
authorCarsten Teibes2015-07-26 15:09:08 +0200
committerCarsten Teibes2015-07-26 15:10:52 +0200
commite0646ad0205e2b7f8b9fee68d08634b4dbb20cf7 (patch)
treef5faba7f9b1772cb92ade5b0be6e5ebc3b2d2687 /mars-shader.patch
parent4f6850d982e09d78793e115dcb51be79e2b0b5d0 (diff)
downloadaur-e0646ad0205e2b7f8b9fee68d08634b4dbb20cf7.tar.gz
[fix] Add patch to remove glu dependency
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();