dont send fullObjectUpdate on deselect
parent
8e15d4ad57
commit
51697944b6
|
@ -907,10 +907,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
IsSelected = partSelect;
|
IsSelected = partSelect;
|
||||||
if (!IsAttachment)
|
// if (!IsAttachment)
|
||||||
{
|
// {
|
||||||
ScheduleGroupForFullUpdate();
|
// ScheduleGroupForFullUpdate();
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// PlaySoundMasterPrim no longer in use to remove
|
// PlaySoundMasterPrim no longer in use to remove
|
||||||
|
|
Loading…
Reference in New Issue