aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs
diff options
context:
space:
mode:
authorMW2007-07-01 21:45:47 +0000
committerMW2007-07-01 21:45:47 +0000
commit7f18f494f1200f0f6470020a794e5291124f3ead (patch)
tree3807166ff2432b3b5c7d9913ecabff8103175757 /OpenSim/Framework/General/Types/PrimitiveBaseShape.cs
parent* removed try-catchall from scene constructor (diff)
downloadopensim-SC_OLD-7f18f494f1200f0f6470020a794e5291124f3ead.zip
opensim-SC_OLD-7f18f494f1200f0f6470020a794e5291124f3ead.tar.gz
opensim-SC_OLD-7f18f494f1200f0f6470020a794e5291124f3ead.tar.bz2
opensim-SC_OLD-7f18f494f1200f0f6470020a794e5291124f3ead.tar.xz
Just committing this because I want my commit to be on the front page of www.opensimulator.org rather than lbsa71's being there.
Diffstat (limited to 'OpenSim/Framework/General/Types/PrimitiveBaseShape.cs')
-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;