Fix conditional compilation in UI layout components.
This commit is contained in:
@@ -88,10 +88,12 @@ namespace Cryville.Crtr.Browsing.UI {
|
||||
base.OnDidApplyAnimationProperties();
|
||||
SetDirty();
|
||||
}
|
||||
#if UNITY_EDITOR
|
||||
protected override void OnValidate() {
|
||||
base.OnValidate();
|
||||
SetDirty();
|
||||
}
|
||||
#endif
|
||||
protected override void OnDisable() {
|
||||
SetDirty();
|
||||
base.OnDisable();
|
||||
|
Reference in New Issue
Block a user