diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-08 16:10:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-08 16:10:05 -0500 |
commit | 44e9e6d2310c598011d7af59ced43f32abbf68b0 (patch) | |
tree | c66ccf46be19681e9f7f3530eb0a048ed8962b9a /indra/newview/pipeline.h | |
parent | 7bb6532e93b7536a9a11cf19db10ba0cda1d99c3 (diff) |
Physics shape fetching.
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 be878ae667..11c350000f 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -413,6 +413,7 @@ public: RENDER_DEBUG_AVATAR_VOLUME = 0x0100000, RENDER_DEBUG_BUILD_QUEUE = 0x0200000, RENDER_DEBUG_AGENT_TARGET = 0x0400000, + RENDER_DEBUG_PHYSICS_SHAPES = 0x0800000, }; public: |