Add a missing constand and fix ToDoubleList to not eat the last memeber

This commit is contained in:
Melanie
2011-02-02 20:22:03 +01:00
parent 4a56038d11
commit 722ae4f031
2 changed files with 2 additions and 1 deletions

View File

@@ -373,6 +373,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int PRIM_SCULPT_TYPE_TORUS = 2;
public const int PRIM_SCULPT_TYPE_PLANE = 3;
public const int PRIM_SCULPT_TYPE_CYLINDER = 4;
public const int PRIM_SCULPT_FLAG_INVERT = 64;
public const int MASK_BASE = 0;
public const int MASK_OWNER = 1;