aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 34e2b4d..924f4d9 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -8483,7 +8483,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
8483 break; 8483 break;
8484 8484
8485 case ScriptBaseClass.PRIM_TYPE_SCULPT: 8485 case ScriptBaseClass.PRIM_TYPE_SCULPT:
8486 res.Add(Shape.SculptTexture.ToString()); 8486 res.Add(new LSL_String(Shape.SculptTexture.ToString()));
8487 res.Add(new LSL_Integer(Shape.SculptType)); 8487 res.Add(new LSL_Integer(Shape.SculptType));
8488 break; 8488 break;
8489 8489