diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 6c1f3c2..3670080 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1360,7 +1360,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1360 | ScheduleGroupForFullUpdate(); | 1360 | ScheduleGroupForFullUpdate(); |
1361 | } | 1361 | } |
1362 | 1362 | ||
1363 | public override void SetText(string text, Vector3 color, double alpha) | 1363 | public void SetText(string text, Vector3 color, double alpha) |
1364 | { | 1364 | { |
1365 | Color = Color.FromArgb(0xff - (int) (alpha * 0xff), | 1365 | Color = Color.FromArgb(0xff - (int) (alpha * 0xff), |
1366 | (int) (color.X * 0xff), | 1366 | (int) (color.X * 0xff), |