diff options
author | MW | 2007-12-11 16:05:53 +0000 |
---|---|---|
committer | MW | 2007-12-11 16:05:53 +0000 |
commit | 909fcd554fd95205b3a46acc7c79d76e0d254eaa (patch) | |
tree | d07b072ebdc249f8733d0527692443add566e1e5 /OpenSim/Framework | |
parent | * The 'Create' functions should be called to factor up a new, otherwise empty... (diff) | |
download | opensim-SC-909fcd554fd95205b3a46acc7c79d76e0d254eaa.zip opensim-SC-909fcd554fd95205b3a46acc7c79d76e0d254eaa.tar.gz opensim-SC-909fcd554fd95205b3a46acc7c79d76e0d254eaa.tar.bz2 opensim-SC-909fcd554fd95205b3a46acc7c79d76e0d254eaa.tar.xz |
A few minor changes/additions/fixes.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 1 |
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; |