1
0
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:
Thor Brigsted 2017-10-08 14:31:00 +02:00
parent ac6e75668b
commit 4d9f74cf5a

View File

@ -169,7 +169,7 @@ public class NodeEditor {
}
if (EditorGUI.EndChangeCheck()) {
fieldInfo.SetValue(target, fieldValue);
NodeEditorUtilities.SetDirty(target);
EditorUtility.SetDirty(target);
}
}