summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-28 19:30:19 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-28 19:30:19 +0100
commit0aa2e5b1a36f917512c054414d97c5a4d3a4d544 (patch)
tree8282e67f3c4ff2bf3a8bb323853a758e13441639 /indra/newview/llappviewer.cpp
parent524fbefd2a3b7c6955d5929d7d121ede2386c1df (diff)
Replace cache hit info in tex fetch debug display.
Silence launcher warning for devs. Work-around path gen deciding to gen NaNs for some flexi prims.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index f705084bdb..261a78b2dc 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1082,6 +1082,8 @@ bool LLAppViewer::init()
}
}
+// do not pester devs who need to run the executable directly to debug
+#if LL_RELEASE_FOR_DOWNLOAD
// MAINT-8305: If we're processing a SLURL, skip the launcher check.
if (gSavedSettings.getString("CmdLineLoginLocation").empty())
{
@@ -1098,6 +1100,7 @@ bool LLAppViewer::init()
LLNotificationsUtil::add("RunLauncher");
}
}
+#endif
#if LL_WINDOWS
if (gGLManager.mGLVersion < LLFeatureManager::getInstance()->getExpectedGLVersion())