diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2009-10-30 21:22:47 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2009-10-30 21:22:47 -0600 |
commit | 801301c435414df1e22c321a685044b7cd43055e (patch) | |
tree | a037964ae80d938cabd8ad1e656cab0946e7488f /indra/newview/llface.h | |
parent | 361a2277733a0afaf61f6c6150f1933d2e5aceb7 (diff) |
fix DEV-41913: parcel media does not display on particle textures.
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index d734b327d9..2b134c8c31 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -246,7 +246,7 @@ protected: //atlas LLPointer<LLTextureAtlasSlot> mAtlasInfop ; - BOOL mUsingAtlas ; + BOOL mUsingAtlas ; protected: static BOOL sSafeRenderSelect; |