diff options
Diffstat (limited to 'make/config/jogl/glu-CustomJavaCode-base.java')
-rw-r--r-- | make/config/jogl/glu-CustomJavaCode-base.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-CustomJavaCode-base.java b/make/config/jogl/glu-CustomJavaCode-base.java index 48fe31329..2401e9c94 100644 --- a/make/config/jogl/glu-CustomJavaCode-base.java +++ b/make/config/jogl/glu-CustomJavaCode-base.java @@ -89,7 +89,7 @@ static { } catch (Throwable t) {} gl2Class = _gl2Class; gl2es1Class = _gl2es1Class; - /** No native code, not required nor possible + /** Not required nor forced if( !initializeImpl() ) { throw new RuntimeException("Initialization failure"); } */ |