Discard return from GetConfig
This commit is contained in:
parent
a2d4452691
commit
8ba9caeb27
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void UHarmonyLinkGraphics::LoadConfig(const bool bForceReload)
|
|||
QUICK_SCOPE_CYCLE_COUNTER(HarmonyLinkGraphics_LoadSettings);
|
||||
|
||||
// Load the settings into the map
|
||||
GetConfig();
|
||||
FConfigFile* _ = GetConfig();
|
||||
|
||||
DebugPrintProfiles();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue