aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/General/Types/PrimitiveBaseShape.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs b/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs
index 7c8de16..584bc9b 100644
--- a/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs
+++ b/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs
@@ -16,12 +16,13 @@ namespace OpenSim.Framework.Types
16 Torus, 16 Torus,
17 Prism, 17 Prism,
18 Scuplted, 18 Scuplted,
19 Cylinder 19 Cylinder,
20 Unknown
20 } 21 }
21 22
22 public class PrimitiveBaseShape 23 public class PrimitiveBaseShape
23 { 24 {
24 private ShapeType type; 25 private ShapeType type = ShapeType.Unknown;
25 26
26 public byte PCode; 27 public byte PCode;
27 public ushort PathBegin; 28 public ushort PathBegin;