Core: Refresh the Free Look configuration when Free Look is initialized, ensuring that the configuration updates appropriately with any changes

This commit is contained in:
iwubcode 2020-06-19 10:39:48 -05:00
parent b4c41adac4
commit a893c25b01
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ void Initialize()
s_config.RegisterHotplugCallback();
FreeLook::GetConfig().Refresh();
s_config.LoadConfig(true);
}