* refactor: Remove group changed responsibilty from ScheduleGroupForTerseUpdate

This commit is contained in:
Justin Clarke Casey
2008-06-27 15:04:35 +00:00
parent afd2a4b206
commit 6175021300
2 changed files with 8 additions and 3 deletions

View File

@@ -2190,6 +2190,7 @@ namespace OpenSim.Region.Environment.Scenes
{
//StoreUndoState();
RotationOffset = new LLQuaternion(rot.X, rot.Y, rot.Z, rot.W);
ParentGroup.HasGroupChanged = true;
ScheduleTerseUpdate();
}
}