Make llSetAlpha and llSetTexture properly queue full updates, so changes

are visible right away
0.6.1-post-fixes
Melanie Thielker 2008-12-18 19:59:51 +00:00
parent d04247d418
commit c6b2ffb734
1 changed files with 1 additions and 1 deletions

View File

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