summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-03-04 14:25:46 -0600
committerDave Parks <davep@lindenlab.com>2011-03-04 14:25:46 -0600
commitb89af09f598af21b67b14e5ff940461d9c89afb8 (patch)
tree7b138a45d9f29dea25639846adf3a24bc815edbd /indra/newview/pipeline.h
parent30763ec707bb65214420c230706d408420a5cb80 (diff)
SH-998 Fix for improper LoD when an object is first rezzed.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index 32ac93388d..be58af947c 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -447,6 +447,7 @@ public:
RENDER_DEBUG_UPDATE_TYPE = 0x0800000,
RENDER_DEBUG_PHYSICS_SHAPES = 0x1000000,
RENDER_DEBUG_NORMALS = 0x2000000,
+ RENDER_DEBUG_LOD_INFO = 0x4000000,
};
public: