diff options
author | Don Kjer <don@lindenlab.com> | 2010-12-16 19:19:20 -0800 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2010-12-16 19:19:20 -0800 |
commit | b9acc0285cd5026fdd22f4f35c1cfdcb1258155e (patch) | |
tree | 43275f6f7c6fb48bcf25b108fd0dd2ef3a20212e /indra/newview/pipeline.h | |
parent | b87397938345b7dce30c3f10a4e54d9e0434b217 (diff) |
Dummy placeholder code for ER-414: Add object update type debug rendering view
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 3f785a99fe..cef3d87f36 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -424,6 +424,7 @@ public: RENDER_DEBUG_AVATAR_VOLUME = 0x0100000, RENDER_DEBUG_BUILD_QUEUE = 0x0200000, RENDER_DEBUG_AGENT_TARGET = 0x0400000, + RENDER_DEBUG_UPDATE_TYPE = 0x0800000, }; public: |