summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2020-06-19 10:39:48 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2020-12-24 13:49:25 -0600
commita893c25b0160eb146f283f3a5fea591bbda8c0d1 (patch)
treea9e6ee844f6356cce1c7ff637d58bb557d0fb626 /Source
parentb4c41adac4307201d63226100088196c632f6430 (diff)
Core: Refresh the Free Look configuration when Free Look is initialized, ensuring that the configuration updates appropriately with any changes
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/FreeLookManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/FreeLookManager.cpp b/Source/Core/Core/FreeLookManager.cpp
index 5e6de4e200..6914b09fdb 100644
--- a/Source/Core/Core/FreeLookManager.cpp
+++ b/Source/Core/Core/FreeLookManager.cpp
@@ -216,6 +216,8 @@ void Initialize()
s_config.RegisterHotplugCallback();
+ FreeLook::GetConfig().Refresh();
+
s_config.LoadConfig(true);
}