mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08: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