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:
parent
b4c41adac4
commit
a893c25b01
|
@ -216,6 +216,8 @@ void Initialize()
|
||||||
|
|
||||||
s_config.RegisterHotplugCallback();
|
s_config.RegisterHotplugCallback();
|
||||||
|
|
||||||
|
FreeLook::GetConfig().Refresh();
|
||||||
|
|
||||||
s_config.LoadConfig(true);
|
s_config.LoadConfig(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue