Prevent setting the hovertext from firing changed_color
parent
5d53789a49
commit
2892ae6b06
|
@ -862,7 +862,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
set
|
||||
{
|
||||
m_color = value;
|
||||
TriggerScriptChangedEvent(Changed.COLOR);
|
||||
|
||||
/* ScheduleFullUpdate() need not be called b/c after
|
||||
* setting the color, the text will be set, so then
|
||||
|
|
Loading…
Reference in New Issue