fix issue with param disabling

This commit is contained in:
minenice55
2022-07-08 16:20:39 -04:00
parent 4a410a7f18
commit ee142c9bcc
2 changed files with 1 additions and 2 deletions

View File

@ -49,6 +49,7 @@ namespace HeavenStudio.Editor
Disable();
}
}
canDisable = true;
}
public void Disable()