aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs3
1 files changed, 2 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 06f9f3b..0e85340 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -4896,6 +4896,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
4896 shapeBlock.PathCurve = m_host.Shape.PathCurve; 4896 shapeBlock.PathCurve = m_host.Shape.PathCurve;
4897 4897
4898 m_host.Shape.SetSculptData((byte)type, sculptId); 4898 m_host.Shape.SetSculptData((byte)type, sculptId);
4899 m_host.Shape.SculptEntry = true;
4899 m_host.UpdateShape(shapeBlock); 4900 m_host.UpdateShape(shapeBlock);
4900 } 4901 }
4901 4902
@@ -4997,7 +4998,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
4997 taper_b = new LSL_Types.Vector3(rules.Data[idx++].ToString()); 4998 taper_b = new LSL_Types.Vector3(rules.Data[idx++].ToString());
4998 topshear = new LSL_Types.Vector3(rules.Data[idx++].ToString()); 4999 topshear = new LSL_Types.Vector3(rules.Data[idx++].ToString());
4999 m_host.Shape.PathCurve = (byte) Extrusion.Straight; 5000 m_host.Shape.PathCurve = (byte) Extrusion.Straight;
5000 SetPrimitiveShapeParams(face, v, hollow, twist, taper_b, topshear, 1);; 5001 SetPrimitiveShapeParams(face, v, hollow, twist, taper_b, topshear, 1);
5001 break; 5002 break;
5002 5003
5003 case (int)ScriptBaseClass.PRIM_TYPE_CYLINDER: 5004 case (int)ScriptBaseClass.PRIM_TYPE_CYLINDER: