mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
mantis 8668: invalidate part VOC on lsl scale change
This commit is contained in:
@@ -1841,6 +1841,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
tmp.Y = (float)scale.y;
|
||||
tmp.Z = (float)scale.z;
|
||||
part.Scale = tmp;
|
||||
part.ParentGroup.HasGroupChanged = true;
|
||||
part.SendFullUpdateToAllClients();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user