mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-21 12:00:16 -06:00
Replace the default value when applying low end defaults so reset button works properly. (#359)
* Replace the default value when applying low end defaults so reset button works properly. * Update video.cpp
This commit is contained in:
@@ -1624,6 +1624,8 @@ static void ApplyLowEndDefault(ConfigDef<T> &configDef, T newDefault, bool &chan
|
||||
configDef = newDefault;
|
||||
changed = true;
|
||||
}
|
||||
|
||||
configDef.DefaultValue = newDefault;
|
||||
}
|
||||
|
||||
static void ApplyLowEndDefaults()
|
||||
|
||||
Reference in New Issue
Block a user