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 | 963214f624c963ad9ce80e81db294d15a049b851 (patch) | |
tree | 0d6b04c5a51072c094cf8be88e861ef05c44de01 /indra/newview/pipeline.h | |
parent | de5b15b590770219927aa5bfb3911629d895fefe (diff) |
EXT-7155: FIXED: bumpmaps failed to load
reviewed by davep.
(transplanted from fec2b449fbf9af842ee06e1be7198c4b2b879400)
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 2c14b94847..f2e1d8eacb 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -487,6 +487,7 @@ public: static BOOL sRenderAttachedLights; static BOOL sRenderAttachedParticles; static BOOL sRenderDeferred; + static BOOL sAllowRebuildPriorityGroup; static S32 sVisibleLightCount; static F32 sMinRenderSize; |