aboutsummaryrefslogtreecommitdiffstats
path: root/release-info
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 /release-info
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 'release-info')
-rw-r--r--release-info/README.release.cpp-old4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-info/README.release.cpp-old b/release-info/README.release.cpp-old
index 51fa99a..0923b54 100644
--- a/release-info/README.release.cpp-old
+++ b/release-info/README.release.cpp-old
@@ -277,12 +277,12 @@ Compiled Vertex Array
Compiled Vertex Array extension is used in IndexedGeometryArray
when it's USE_COORD_INDEX_ONLY flag is set and it is not in display list mode.
You may disable the use of this extension by setting the new property,
-j3d.compliedVertexArray, to false.
+j3d.compiledVertexArray, to false.
Compiled Vertex Array extension is used extensively, on SUN XVR-4000, for
all GeometryArray type when display list mode is not used.
You may disable the use of this extension by setting the new property,
-j3d.compliedVertexArray, to false.
+j3d.compiledVertexArray, to false.
===========================