diff options
Diffstat (limited to 'OpenSim/Framework/PrimitiveBaseShape.cs')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 5cdbfb2..a9da7c8 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -65,7 +65,7 @@ namespace OpenSim.Framework | |||
65 | 65 | ||
66 | public class PrimitiveBaseShape | 66 | public class PrimitiveBaseShape |
67 | { | 67 | { |
68 | private static byte[] m_defaultTextureEntry; | 68 | private static readonly byte[] m_defaultTextureEntry; |
69 | 69 | ||
70 | public byte PCode; | 70 | public byte PCode; |
71 | public ushort PathBegin; | 71 | public ushort PathBegin; |