diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-05-13 14:40:48 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-05-13 14:40:48 -0600 |
commit | c0a78f91066dc8b5200fadf4fe81e4f2d375a112 (patch) | |
tree | 88d111ca6c0ede896f59649439aa043cc39bda36 /indra/newview/pipeline.h | |
parent | 24f54d1dff50fa7d01202f224e4b6aadcaf46887 (diff) |
EXT-7155: FIXED: bumpmaps failed to load
reviewed by davep.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 60e0b0ae8c..89649a0682 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -462,6 +462,7 @@ public: static BOOL sRenderAttachedLights; static BOOL sRenderAttachedParticles; static BOOL sRenderDeferred; + static BOOL sAllowRebuildPriorityGroup; static S32 sVisibleLightCount; static F32 sMinRenderSize; |