mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
fix typo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user