mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Rename SetSculptData() to SetSculptProperties(), since this is what it does (setting SculptData is done through the property)
This commit is contained in:
@@ -6900,7 +6900,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
// retain pathcurve
|
||||
shapeBlock.PathCurve = part.Shape.PathCurve;
|
||||
|
||||
part.Shape.SetSculptData((byte)type, sculptId);
|
||||
part.Shape.SetSculptProperties((byte)type, sculptId);
|
||||
part.Shape.SculptEntry = true;
|
||||
part.UpdateShape(shapeBlock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user