diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index f686eccf37..82110f3ab7 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -436,9 +436,9 @@ void LLWearableHoldingPattern::checkMissingWearables()  		}  	} +	mWaitTime.reset();  	if (!pollMissingWearables())  	{ -		mWaitTime.reset();  		doOnIdleRepeating(boost::bind(&LLWearableHoldingPattern::pollMissingWearables,this));  	}  }  | 
