diff options
author | Sven Gothel <[email protected]> | 2009-03-20 17:15:09 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-03-20 17:15:09 +0000 |
commit | 7fd960d6c849efa6ccee10360b7e37b73e74e992 (patch) | |
tree | d26c5ca4a9f81714a8645f4718aae9cbbf6ee838 /make/config | |
parent | 6491f64449ca43f126cb58d011497ce17971c6c5 (diff) |
Fix GL2ES12.isGL() and re-adding the shader code to the jar
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1893 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/jogl/gl-impl-CustomJavaCode-gl2es12.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/gl-impl-CustomJavaCode-gl2es12.java b/make/config/jogl/gl-impl-CustomJavaCode-gl2es12.java index 560124a99..4bf3832d4 100644 --- a/make/config/jogl/gl-impl-CustomJavaCode-gl2es12.java +++ b/make/config/jogl/gl-impl-CustomJavaCode-gl2es12.java @@ -24,7 +24,7 @@ public GL2ES12Impl(GLContextImpl context) { private boolean isGL2ES2; public final boolean isGL() { - return false; + return true; } public final boolean isGL2() { |