Fix unknown bug.

This commit is contained in:
2022-10-08 16:00:25 +08:00
parent 11d1c91e2d
commit e7e4b36b4c

View File

@@ -76,7 +76,8 @@ namespace Cryville.Common.Unity.UI {
SetDirty();
}
protected override void OnValidate() {
// Overriding fails compiler
new void OnValidate() {
SetDirty();
}
}