diff options
Diffstat (limited to 'make/config/jogl/gl-impl-CustomJavaCode-gles3.java')
-rw-r--r-- | make/config/jogl/gl-impl-CustomJavaCode-gles3.java | 3 |
1 files changed, 3 insertions, 0 deletions
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; |