diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-08-29 20:33:32 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-08-29 20:38:43 +0300 |
commit | e77eb6b5316ce68fbc8bc03c4b06fe0f13b3443d (patch) | |
tree | 2c7e729c5dc08a134f792afb043ae5a7f8cfcaef /indra/newview/llreflectionmapmanager.cpp | |
parent | 479fee984a595cab4fad0aae9157c5e168da692f (diff) |
#4598 Fix variables being inited before settings are ready
Diffstat (limited to 'indra/newview/llreflectionmapmanager.cpp')
-rw-r--r-- | indra/newview/llreflectionmapmanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp index f24bb892dc..663d8626b7 100644 --- a/indra/newview/llreflectionmapmanager.cpp +++ b/indra/newview/llreflectionmapmanager.cpp @@ -145,7 +145,6 @@ static void touch_default_probe(LLReflectionMap* probe) LLReflectionMapManager::LLReflectionMapManager() { mDynamicProbeCount = LL_MAX_REFLECTION_PROBE_COUNT; - refreshSettings(); initCubeFree(); } |