diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-12 17:20:02 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-12 17:20:02 -0500 |
commit | 2514a12c8c10fbadc1828802300a6f0755f2d9e6 (patch) | |
tree | b8d72c972c2e7149f161bfefb291495f4ad77eed /indra/newview/pipeline.h | |
parent | 3ad81349acccc9af2531121d5d6d89ad4e6ec0b2 (diff) | |
parent | b2906b594470ced996f102f4797eef7671ad009c (diff) |
merge
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..fc6f96c668 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -431,6 +431,7 @@ public: RENDER_DEBUG_AVATAR_VOLUME = 0x0100000, RENDER_DEBUG_BUILD_QUEUE = 0x0200000, RENDER_DEBUG_AGENT_TARGET = 0x0400000, + RENDER_DEBUG_PHYSICS_SHAPES = 0x0800000, }; public: |