aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 e331bb0..7036884 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -865,7 +865,6 @@ namespace OpenSim.Region.Framework.Scenes
865 set 865 set
866 { 866 {
867 m_color = value; 867 m_color = value;
868 TriggerScriptChangedEvent(Changed.COLOR);
869 868
870 /* ScheduleFullUpdate() need not be called b/c after 869 /* ScheduleFullUpdate() need not be called b/c after
871 * setting the color, the text will be set, so then 870 * setting the color, the text will be set, so then