diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/pipeline.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/pipeline.h b/linden/indra/newview/pipeline.h index e21d143..5f94e37 100644 --- a/linden/indra/newview/pipeline.h +++ b/linden/indra/newview/pipeline.h | |||
@@ -340,7 +340,8 @@ public: | |||
340 | RENDER_DEBUG_LIGHTS = 0x100000, | 340 | RENDER_DEBUG_LIGHTS = 0x100000, |
341 | RENDER_DEBUG_BATCH_SIZE = 0x200000, | 341 | RENDER_DEBUG_BATCH_SIZE = 0x200000, |
342 | RENDER_DEBUG_RAYCAST = 0x400000, | 342 | RENDER_DEBUG_RAYCAST = 0x400000, |
343 | RENDER_DEBUG_SHAME = 0x800000 | 343 | RENDER_DEBUG_SHAME = 0x800000, |
344 | RENDER_DEBUG_SCULPTED = 0x1000000 | ||
344 | }; | 345 | }; |
345 | 346 | ||
346 | public: | 347 | public: |