diff options
author | Niels Horn <niels.horn@gmail.com> | 2013-11-20 19:22:19 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-20 19:22:19 -0600 |
commit | 5ee5750d3b9945226a4c331980dcd2c5e8200227 (patch) | |
tree | 32a3a0e3e77d2ea3abaa3ecc8fbc81bf88ca18f5 /graphics/LDView/opengl.patch | |
parent | f93175a14253e4f29de140176894672d92a5e1da (diff) |
graphics/LDView: Go back to version 4.1 and build correctly
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/LDView/opengl.patch')
-rw-r--r-- | graphics/LDView/opengl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/LDView/opengl.patch b/graphics/LDView/opengl.patch new file mode 100644 index 0000000000000..53f0364a1af59 --- /dev/null +++ b/graphics/LDView/opengl.patch @@ -0,0 +1,10 @@ +--- LDView-4.1/QT/ModelViewerWidget.cpp 2009-12-01 14:27:54.000000000 -0200 ++++ LDView-4.1_patched/QT/ModelViewerWidget.cpp 2010-05-25 20:15:41.000000000 -0300 +@@ -403,6 +403,7 @@ + if (!painting && (saving || !loading)) + { + painting = true; ++ glEnable(GL_DEPTH_TEST); + if (saving) + { + if (!TREGLExtensions::haveFramebufferObjectExtension()) |