mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Just committing this because I want my commit to be on the front page of www.opensimulator.org rather than lbsa71's being there.
This commit is contained in:
@@ -16,12 +16,13 @@ namespace OpenSim.Framework.Types
|
||||
Torus,
|
||||
Prism,
|
||||
Scuplted,
|
||||
Cylinder
|
||||
Cylinder,
|
||||
Unknown
|
||||
}
|
||||
|
||||
public class PrimitiveBaseShape
|
||||
{
|
||||
private ShapeType type;
|
||||
private ShapeType type = ShapeType.Unknown;
|
||||
|
||||
public byte PCode;
|
||||
public ushort PathBegin;
|
||||
|
||||
Reference in New Issue
Block a user