Fix unknown bug.
This commit is contained in:
@@ -76,7 +76,8 @@ namespace Cryville.Common.Unity.UI {
|
||||
SetDirty();
|
||||
}
|
||||
|
||||
protected override void OnValidate() {
|
||||
// Overriding fails compiler
|
||||
new void OnValidate() {
|
||||
SetDirty();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user