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