Cause llSetText to send prim updates.

mysql-performance
Melanie 2010-01-03 21:42:22 +00:00
parent 70d5b1c34c
commit e69ec1108f
1 changed files with 1 additions and 0 deletions

View File

@ -3818,6 +3818,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
Util.Clip((float)color.z, 0.0f, 1.0f));
m_host.SetText(text, av3, Util.Clip((float)alpha, 0.0f, 1.0f));
m_host.ParentGroup.HasGroupChanged = true;
m_host.ParentGroup.ScheduleGroupForFullUpdate();
}
public LSL_Float llWater(LSL_Vector offset)