Merge pull request #5863 from MerryMage/oop
Config: Missed a line in #5770
This commit is contained in:
commit
02e80af104
|
@ -95,6 +95,7 @@ void Set(LayerType layer, const ConfigInfo<T>& info, const T& value)
|
|||
GetLayer(layer)
|
||||
->GetOrCreateSection(info.location.system, info.location.section)
|
||||
->Set(info.location.key, value);
|
||||
InvokeConfigChangedCallbacks();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in New Issue