diff options
author | Tofu Buzzard <no-email> | 2011-03-04 14:15:58 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-04 14:15:58 -0800 |
commit | 63d913adb15f376046c3924a2eaba3dd3a396935 (patch) | |
tree | 91a6ae4ee659f650dee4991fa919be489bd09e84 /indra/newview/llviewermenu.cpp | |
parent | d95c5ef6230ab9488bfa925924599a883452c64c (diff) | |
parent | 59c3af8b40a6857871b81da85ca41554929373f2 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rwxr-xr-x | indra/newview/llviewermenu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 37aa080228..99c7d4b8c9 100755 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -937,6 +937,10 @@ U32 info_display_from_string(std::string info_display) { return LLPipeline::RENDER_DEBUG_FACE_AREA; } + else if ("lod info" == info_display) + { + return LLPipeline::RENDER_DEBUG_LOD_INFO; + } else if ("build queue" == info_display) { return LLPipeline::RENDER_DEBUG_BUILD_QUEUE; |