Updated LLInventoryModel a bit. Safer cleanup, prevention of recursive notifyObservers calls, more sanity checks, added idleNotifyObservers that will call notifyObservers if stale flag(s) found.
This commit is contained in:
@@ -3743,6 +3743,7 @@ void LLAppViewer::idle()
|
||||
gEventNotifier.update();
|
||||
|
||||
gIdleCallbacks.callFunctions();
|
||||
gInventory.idleNotifyObservers();
|
||||
}
|
||||
|
||||
if (gDisconnected)
|
||||
|
||||
Reference in New Issue
Block a user