mantis 8668: invalidate part VOC on lsl scale change

This commit is contained in:
UbitUmarov
2020-03-03 11:37:23 +00:00
parent c30cb8a9cf
commit 25b4a310f5
2 changed files with 4 additions and 0 deletions

View File

@@ -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();
}