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