diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-27 17:46:19 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-27 17:46:19 -0400 |
commit | 878eb2b61a26eef3151319cffd1d8d5196b118c2 (patch) | |
tree | 4a6a905c917a5b1f7ae858ef6dbf4fc08a76094f /indra/newview/llappearancemgr.cpp | |
parent | 352698140775e62498686f80b5aa21aee85524cf (diff) |
audited uses of centralBakeVersion vs. isUsingServerBakes
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 1e4e00d77d..c57269d0b0 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1750,6 +1750,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering) { requestServerAppearanceUpdate(); } + gAgentAvatarp->setIsUsingServerBakes(gAgent.getRegion() && gAgent.getRegion()->getCentralBakeVersion()); //dumpCat(getCOF(),"COF, start"); |