From 73866c82ca59bfea5c828ade5dde09107310382f Mon Sep 17 00:00:00 2001 From: Ansariel Date: Fri, 6 Jan 2023 14:32:27 +0100 Subject: [PATCH] Fix merge --- indra/newview/llappviewer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index f232ae942a..a37d83e91c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1775,6 +1775,7 @@ bool LLAppViewer::doFrame() FSPerfStats::RecordSceneTime T(FSPerfStats::StatType_t::RENDER_IDLE); LL_PROFILE_ZONE_NAMED_CATEGORY_APP("df Snapshot") pingMainloopTimeout("Main:Snapshot"); + gPipeline.mReflectionMapManager.update(); LLFloaterSnapshot::update(); // take snapshots LLFloaterSimpleOutfitSnapshot::update(); gGLActive = FALSE;