aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-07-26 23:12:55 +0000
committerKevin Rushforth <[email protected]>2004-07-26 23:12:55 +0000
commit237647d977fd0a024dca3a4c7c6d0d8ab737273f (patch)
tree393d5ca931175e03aacd2572478a49f6f21090b0 /src/native
parent978b0b09a80983ce5caa67fd5c30162bf5a1b2a4 (diff)
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
Diffstat (limited to 'src/native')
-rw-r--r--src/native/ogl/Canvas3D.c2
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;
}