Invalidates property values on ruleset config enable.
This commit is contained in:
@@ -86,6 +86,9 @@ namespace Cryville.Crtr.Browsing.UI {
|
||||
cat.SetActive(true);
|
||||
}
|
||||
|
||||
void OnEnable() {
|
||||
m_genericConfigPanel.InvalidatePropertyValues();
|
||||
}
|
||||
void OnDisable() {
|
||||
if (_loaded) {
|
||||
m_inputConfigPanel.SaveTo(_rscfg.inputs);
|
||||
|
Reference in New Issue
Block a user