mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 01:36:03 +08:00
Fixed compile error
This commit is contained in:
parent
ac6e75668b
commit
4d9f74cf5a
@ -169,7 +169,7 @@ public class NodeEditor {
|
|||||||
}
|
}
|
||||||
if (EditorGUI.EndChangeCheck()) {
|
if (EditorGUI.EndChangeCheck()) {
|
||||||
fieldInfo.SetValue(target, fieldValue);
|
fieldInfo.SetValue(target, fieldValue);
|
||||||
NodeEditorUtilities.SetDirty(target);
|
EditorUtility.SetDirty(target);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user