mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-03 18:44:54 +00:00
SettingsManager - Updated '_newValue' being set to null after callback
This commit is contained in:
@@ -21,6 +21,7 @@ namespace PckStudio.Internals
|
||||
if (_onSettingChanged.ContainsKey(e.PropertyName))
|
||||
{
|
||||
_onSettingChanged[e.PropertyName]?.Invoke(_newValue);
|
||||
_newValue = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user