This commit is contained in:
UbitUmarov
2025-11-25 17:50:23 +00:00
parent c71e61dfd6
commit 257d4dbe0a

View File

@@ -2298,6 +2298,8 @@ namespace OpenSim.Region.Framework.Scenes
(int) (color.Z * 0xff));
if(Text != text || newcolor!= Color)
{
Text = text;
Color = newcolor;
HasGroupChanged = true;
m_rootPart.ScheduleFullUpdate();
}