Make llSetAlpha and llSetTexture properly queue full updates, so changes
are visible right away0.6.1-post-fixes
parent
d04247d418
commit
c6b2ffb734
|
@ -3366,7 +3366,7 @@ if (m_shape != null) {
|
|||
TriggerScriptChangedEvent(Changed.TEXTURE);
|
||||
|
||||
ParentGroup.HasGroupChanged = true;
|
||||
ScheduleFullUpdate();
|
||||
ParentGroup.ScheduleGroupForFullUpdate();
|
||||
}
|
||||
|
||||
public void aggregateScriptEvents()
|
||||
|
|
Loading…
Reference in New Issue