diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:48:04 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-28 16:48:04 -0400 |
commit | 74d5fa086ceff89a43c9450e7db46708db8ee8f8 (patch) | |
tree | d24e710ffa68d5aa4e526a1129dd9d15a2eb49bc /indra/newview/pipeline.h | |
parent | f49f6c8ef27bb73179f12d82401026ec2bb49155 (diff) | |
parent | 850bd75c46eb3b8416e8c9e02040171e8adad963 (diff) |
merge changes for storm-1622
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 27ee2745b5..0661de8cec 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -438,7 +438,7 @@ public: RENDER_DEBUG_VERIFY = 0x0000002, RENDER_DEBUG_BBOXES = 0x0000004, RENDER_DEBUG_OCTREE = 0x0000008, - RENDER_DEBUG_PICKING = 0x0000010, + RENDER_DEBUG_WIND_VECTORS = 0x0000010, RENDER_DEBUG_OCCLUSION = 0x0000020, RENDER_DEBUG_POINTS = 0x0000040, RENDER_DEBUG_TEXTURE_PRIORITY = 0x0000080, |