From: Michael Osias <mosias@us.ibm.com>

Patch to schedule terse update on deselect, specifically so llTargetOmega
sets rotational velocity on deselect.

This should complete our llTargetOmega support and fix: 
http://opensimulator.org/mantis/view.php?id=1178
This commit is contained in:
Sean Dague
2008-05-08 12:48:29 +00:00
parent a1f1c7f5c2
commit 8bd1924aaa

View File

@@ -116,6 +116,7 @@ namespace OpenSim.Region.Environment.Scenes
{
((SceneObjectGroup) ent).IsSelected = false;
LandChannel.SetPrimsTainted();
((SceneObjectGroup)ent).ScheduleGroupForTerseUpdate();
break;
}
}