diff options
Diffstat (limited to 'src/native/ogl')
-rw-r--r-- | src/native/ogl/Canvas3D.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/ogl/Canvas3D.c b/src/native/ogl/Canvas3D.c index d16fa37..7cfb723 100644 --- a/src/native/ogl/Canvas3D.c +++ b/src/native/ogl/Canvas3D.c @@ -631,7 +631,7 @@ BOOL getPropertiesFromCurrentContext( if (isExtensionSupported(tmpExtensionStr, "GL_EXT_compiled_vertex_array") && - getJavaBoolEnv(env, "isCompliedVertexArray")) { + getJavaBoolEnv(env, "isCompiledVertexArray")) { ctxInfo->compiled_vertex_array_ext = JNI_TRUE; } |