diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-06-30 18:21:08 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-06-30 18:21:08 -0600 |
commit | 26b03161f5d881e8fbda5f15c6db3e0c29e7b834 (patch) | |
tree | cabf2d553a45ba75cc430893b268b1ec4f34a3ba /indra/newview/llwearable.h | |
parent | 1596b01df60a00f9957885943ba7652dd4adce39 (diff) |
fix for EXT-7839: texture console is stalled;
fix for EXT-7500: Texture Jamming problems with http texture off;
Diffstat (limited to 'indra/newview/llwearable.h')
-rw-r--r-- | indra/newview/llwearable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwearable.h b/indra/newview/llwearable.h index 6b6067fd27..34a231c4bb 100644 --- a/indra/newview/llwearable.h +++ b/indra/newview/llwearable.h @@ -165,6 +165,7 @@ private: te_map_t mTEMap; // maps TE to LocalTextureObject te_map_t mSavedTEMap; // last saved version of TEMap LLUUID mItemID; // ID of the inventory item in the agent's inventory + LLLoadedCallbackEntry::source_callback_list_t mCallbackTextureList ; }; #endif // LL_LLWEARABLE_H |