diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-25 13:50:39 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-06-25 13:50:39 -0400 |
commit | c3488d1fc64fb3f2bc5ad3a5a0fd5722eb574a4c (patch) | |
tree | cbb01e0c6df666a14c7a312c12884e03710b3b28 /indra/newview/llappearancemgr.cpp | |
parent | cf60f6a1910e8fa82011d6f13aa1bd9c6767fffb (diff) |
SH-3172 WIP - useServerTextureBaking() func
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index faadfb4b87..5d2ff1b40f 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2581,8 +2581,13 @@ void LLAppearanceMgr::updateClothingOrderingInfo(LLUUID cat_id, bool update_base if (inventory_changed) gInventory.notifyObservers(); } - - +// Should be true iff both the appropriate debug setting is enabled +// and the corresponding cap has been found. +bool useServerTextureBaking() +{ + // TODO: add cap check. + return gSavedSettings.getBOOL("UseServerTextureBaking"); +} class LLShowCreatedOutfit: public LLInventoryCallback { |