From d0aee05031cd52ad4f6753a8859a21e77845bc35 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 25 Aug 2013 05:13:55 +0200 Subject: GLES3Impl: Add NOP 'finalizeInit()' method, to avoid GLContentImpl not finding it and dumping a DEBUG message --- make/config/jogl/gl-impl-CustomJavaCode-gles3.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/config/jogl/gl-impl-CustomJavaCode-gles3.java') diff --git a/make/config/jogl/gl-impl-CustomJavaCode-gles3.java b/make/config/jogl/gl-impl-CustomJavaCode-gles3.java index ca15f4718..f5075c919 100644 --- a/make/config/jogl/gl-impl-CustomJavaCode-gles3.java +++ b/make/config/jogl/gl-impl-CustomJavaCode-gles3.java @@ -14,6 +14,9 @@ public GLES3Impl(GLProfile glp, GLContextImpl context) { this._isES3 = glp.getImplName() == GLProfile.GLES3; } +public final void finalizeInit() { +} + @Override public final boolean isGL4bc() { return false; -- cgit v1.2.3