diff options
author | MW | 2007-07-01 21:45:47 +0000 |
---|---|---|
committer | MW | 2007-07-01 21:45:47 +0000 |
commit | 7f18f494f1200f0f6470020a794e5291124f3ead (patch) | |
tree | 3807166ff2432b3b5c7d9913ecabff8103175757 /OpenSim/Framework | |
parent | * removed try-catchall from scene constructor (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/General/Types/PrimitiveBaseShape.cs | 5 |
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; |