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
0.6.0-stable
Sean Dague 2008-05-08 12:48:29 +00:00
parent a1f1c7f5c2
commit 8bd1924aaa
1 changed files with 1 additions and 0 deletions

View File

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