Make llSetAlpha and llSetTexture properly queue full updates, so changes

are visible right away
This commit is contained in:
Melanie Thielker
2008-12-18 19:59:51 +00:00
parent d04247d418
commit c6b2ffb734

View File

@@ -3366,7 +3366,7 @@ if (m_shape != null) {
TriggerScriptChangedEvent(Changed.TEXTURE);
ParentGroup.HasGroupChanged = true;
ScheduleFullUpdate();
ParentGroup.ScheduleGroupForFullUpdate();
}
public void aggregateScriptEvents()