diff options
| -rwxr-xr-x | indra/newview/llagentwearables.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 8e60bf1c6d..93ccec7d49 100755 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1443,6 +1443,7 @@ void LLAgentWearables::queryWearableCache()  	{  		return;  	} +	gAgentAvatarp->setIsUsingServerBakes(false);  	// Look up affected baked textures.  	// If they exist: | 
