diff options
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; |