mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Make llSetAlpha and llSetTexture properly queue full updates, so changes
are visible right away
This commit is contained in:
@@ -3366,7 +3366,7 @@ if (m_shape != null) {
|
||||
TriggerScriptChangedEvent(Changed.TEXTURE);
|
||||
|
||||
ParentGroup.HasGroupChanged = true;
|
||||
ScheduleFullUpdate();
|
||||
ParentGroup.ScheduleGroupForFullUpdate();
|
||||
}
|
||||
|
||||
public void aggregateScriptEvents()
|
||||
|
||||
Reference in New Issue
Block a user