parent
75bf8577a1
commit
417e0c681e
|
|
@ -504,7 +504,7 @@ void LLAvatarTracker::idleNotifyObservers()
|
|||
|
||||
void LLAvatarTracker::notifyObservers()
|
||||
{
|
||||
if (mIsNotifyObservers)
|
||||
if (mIsNotifyObservers || (LLStartUp::getStartupState() <= STATE_INVENTORY_CALLBACKS))
|
||||
{
|
||||
// Don't allow multiple calls.
|
||||
// new masks and ids will be processed later from idle.
|
||||
|
|
|
|||
Loading…
Reference in New Issue