diff options
Diffstat (limited to 'make/config/jogl/glu-CustomJavaCode-gl2es1.java')
-rw-r--r-- | make/config/jogl/glu-CustomJavaCode-gl2es1.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-CustomJavaCode-gl2es1.java b/make/config/jogl/glu-CustomJavaCode-gl2es1.java index de9c65b8d..a1f689f42 100644 --- a/make/config/jogl/glu-CustomJavaCode-gl2es1.java +++ b/make/config/jogl/glu-CustomJavaCode-gl2es1.java @@ -8,7 +8,7 @@ static { if (val != null && !val.toLowerCase().equals("false")) { useJavaMipmapCode = false; } - // No native code, not required nor possible + // Not required nor forced // if( !initializeImpl() ) { // throw new RuntimeException("Initialization failure"); // } |