aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PrimitiveBaseShape.cs
diff options
context:
space:
mode:
authorMW2007-12-11 16:05:53 +0000
committerMW2007-12-11 16:05:53 +0000
commit909fcd554fd95205b3a46acc7c79d76e0d254eaa (patch)
treed07b072ebdc249f8733d0527692443add566e1e5 /OpenSim/Framework/PrimitiveBaseShape.cs
parent* The 'Create' functions should be called to factor up a new, otherwise empty... (diff)
downloadopensim-SC_OLD-909fcd554fd95205b3a46acc7c79d76e0d254eaa.zip
opensim-SC_OLD-909fcd554fd95205b3a46acc7c79d76e0d254eaa.tar.gz
opensim-SC_OLD-909fcd554fd95205b3a46acc7c79d76e0d254eaa.tar.bz2
opensim-SC_OLD-909fcd554fd95205b3a46acc7c79d76e0d254eaa.tar.xz
A few minor changes/additions/fixes.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs
index 8081ee7..6cfc5c3 100644
--- a/OpenSim/Framework/PrimitiveBaseShape.cs
+++ b/OpenSim/Framework/PrimitiveBaseShape.cs
@@ -67,6 +67,7 @@ namespace OpenSim.Framework
67 { 67 {
68 private static readonly byte[] m_defaultTextureEntry; 68 private static readonly byte[] m_defaultTextureEntry;
69 69
70 public byte State;
70 public byte PCode; 71 public byte PCode;
71 public ushort PathBegin; 72 public ushort PathBegin;
72 public ushort PathEnd; 73 public ushort PathEnd;