aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-es2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/gl-es2.cfg')
-rw-r--r--make/config/jogl/gl-es2.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/jogl/gl-es2.cfg b/make/config/jogl/gl-es2.cfg
index 614904aa0..8b6152bd0 100644
--- a/make/config/jogl/gl-es2.cfg
+++ b/make/config/jogl/gl-es2.cfg
@@ -9,8 +9,8 @@ ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/GLBase.jav
Package javax.media.opengl
Style InterfaceAndImpl
JavaClass GLES2
-Extends GLES2 GLBase
-Extends GLES2 GL
+#Extends GLES2 GLBase
+#Extends GLES2 GL
Extends GLES2 GL2ES2
ImplPackage jogamp.opengl.es2
ImplJavaClass GLES2Impl