aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index e87766e..f8ae321 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -882,7 +882,6 @@ namespace OpenSim.Region.Framework.Scenes
882 set 882 set
883 { 883 {
884 m_color = value; 884 m_color = value;
885 TriggerScriptChangedEvent(Changed.COLOR);
886 885
887 /* ScheduleFullUpdate() need not be called b/c after 886 /* ScheduleFullUpdate() need not be called b/c after
888 * setting the color, the text will be set, so then 887 * setting the color, the text will be set, so then