From 237647d977fd0a024dca3a4c7c6d0d8ab737273f Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 26 Jul 2004 23:12:55 +0000 Subject: Minor update to debug print messages and handling of System properties Fixed typo in property name: j3d.compliedVertexArray --> j3d.compiledVertexArray git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@26 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/ogl/Canvas3D.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native/ogl/Canvas3D.c') 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; } -- cgit v1.2.3