diff options
-rw-r--r-- | make/config/jogl/gl-impl-CustomJavaCode-desktop.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/gl-impl-CustomJavaCode-desktop.java b/make/config/jogl/gl-impl-CustomJavaCode-desktop.java index 34013209f..08b981af7 100644 --- a/make/config/jogl/gl-impl-CustomJavaCode-desktop.java +++ b/make/config/jogl/gl-impl-CustomJavaCode-desktop.java @@ -52,7 +52,7 @@ } public final GL4 getGL4() throws GLException { - if(!isGL4bc()) { + if(!isGL4()) { throw new GLException("Not a GL4 implementation"); } return this; |