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/llpreviewtexture.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/llpreviewtexture.h')
-rw-r--r-- | indra/newview/llpreviewtexture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewtexture.h b/indra/newview/llpreviewtexture.h index 7cd2adad56..0f29a741c1 100644 --- a/indra/newview/llpreviewtexture.h +++ b/indra/newview/llpreviewtexture.h @@ -99,5 +99,7 @@ private: S32 mLastWidth; F32 mAspectRatio; BOOL mUpdateDimensions; + + LLLoadedCallbackEntry::source_callback_list_t mCallbackTextureList ; }; #endif // LL_LLPREVIEWTEXTURE_H |