diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-19 17:36:32 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:23:14 -0600 |
commit | fccacee639f0ceec8855240e17170c3bff1e034f (patch) | |
tree | 5336e6bbd098fd91fde625b57d805e318c1c9e53 /graphics/LDView/opengl.patch | |
parent | fd687014413af1a6b0fc84ed18ee8e1708eb5963 (diff) |
graphic/LDView: Updated for version 4.2_beta1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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, 0 insertions, 10 deletions
diff --git a/graphics/LDView/opengl.patch b/graphics/LDView/opengl.patch deleted file mode 100644 index 53f0364a1af59..0000000000000 --- a/graphics/LDView/opengl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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()) |