aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 448e26b..c432066 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -3927,7 +3927,7 @@ void LLAppViewer::handleLoginComplete()
3927 writeDebugInfo(); 3927 writeDebugInfo();
3928 3928
3929// [RLVa:KB] - Alternate: Snowglobe-1.0 | Checked: 2009-08-05 (RLVa-1.0.1e) | Modified: RLVa-1.0.1e 3929// [RLVa:KB] - Alternate: Snowglobe-1.0 | Checked: 2009-08-05 (RLVa-1.0.1e) | Modified: RLVa-1.0.1e
3930 // TODO-RLVa: find some way to initialize the lookup table when we need them *and* support toggling RLVa at runtime 3930 // NOTE: this function isn't called in Imprudence so any changes need to go in idle_startup() instead
3931 gRlvHandler.initLookupTables(); 3931 gRlvHandler.initLookupTables();
3932 3932
3933 if (rlv_handler_t::isEnabled()) 3933 if (rlv_handler_t::isEnabled())