send a full update on GroupResize, not a terse

LSLKeyTest
UbitUmarov 2015-12-05 08:30:30 +00:00
parent a42db4d01e
commit 7d8b783d31
1 changed files with 1 additions and 1 deletions

View File

@ -3930,7 +3930,7 @@ namespace OpenSim.Region.Framework.Scenes
HasGroupChanged = true;
m_rootPart.TriggerScriptChangedEvent(Changed.SCALE);
ScheduleGroupForTerseUpdate();
ScheduleGroupForFullUpdate();
}
}