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:
Shyotl
2011-10-10 00:19:01 -05:00
parent fc3ba78aed
commit d40dcfa1cd
5 changed files with 175 additions and 97 deletions

View File

@@ -3743,6 +3743,7 @@ void LLAppViewer::idle()
gEventNotifier.update();
gIdleCallbacks.callFunctions();
gInventory.idleNotifyObservers();
}
if (gDisconnected)