diff options
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index c744a29bec..0fadae0a61 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -325,7 +325,8 @@ public: RENDER_DEBUG_POINTS = 0x02000, RENDER_DEBUG_TEXTURE_PRIORITY = 0x04000, RENDER_DEBUG_TEXTURE_AREA = 0x08000, - RENDER_DEBUG_PARTICLES = 0x10000, + RENDER_DEBUG_FACE_AREA = 0x10000, + RENDER_DEBUG_PARTICLES = 0x20000, }; LLPointer<LLViewerImage> mAlphaSizzleImagep; |