From cf82e7d49fdb63d49ef3cc39ed3f79003e4416ac Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 11 Apr 2020 20:56:34 -0400
Subject: [PATCH] Actually init the global setting cache

---
 indra/newview/llappviewer.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 5f420d2b8d3..86259ebe723 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -814,6 +814,8 @@ bool LLAppViewer::init()
 	if (!initConfiguration())
 		return false;
 
+	ALControlCache::initControls();
+
 	LL_INFOS("InitInfo") << "Configuration initialized." << LL_ENDL ;
 
 	//set the max heap size.
-- 
GitLab