mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
fix node and graph multi-edit
This commit is contained in:
parent
eb4623a939
commit
2c380911c5
@ -19,6 +19,7 @@ namespace XNodeEditor {
|
||||
}
|
||||
}
|
||||
#else
|
||||
[CanEditMultipleObjects]
|
||||
public class GlobalGraphEditor : Editor {
|
||||
public override void OnInspectorGUI() {
|
||||
serializedObject.Update();
|
||||
@ -50,6 +51,7 @@ namespace XNodeEditor {
|
||||
}
|
||||
}
|
||||
#else
|
||||
[CanEditMultipleObjects]
|
||||
public class GlobalNodeEditor : Editor {
|
||||
public override void OnInspectorGUI() {
|
||||
serializedObject.Update();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user