diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-03-01 14:10:54 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-03-01 14:10:54 +0200 |
commit | 29bdf1a234a70b02050f7774af873a40a1cfd21d (patch) | |
tree | 4ae4774c94413ff50bdeb20e23cb1f7375219057 /indra/llrender/llrender.h | |
parent | 04817c499fb1f1fd156b6788b0720d636450b7aa (diff) |
MAINT-4839 FIXED Animation of Mesh Dress doesn't work.
MAINT-4165 FIXED Crash on skinned, texture animated geometry with deferred rendering enabled.
Diffstat (limited to 'indra/llrender/llrender.h')
-rwxr-xr-x | indra/llrender/llrender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index 42b02a8159..a67fb8da52 100755 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -198,7 +198,7 @@ public: void setHasMipMaps(bool hasMips) { mHasMipMaps = hasMips; } protected: - S32 mIndex; + const S32 mIndex; U32 mCurrTexture; eTextureType mCurrTexType; eTextureBlendType mCurrBlendType; |