mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 01:06:01 +08:00
Fix DynamicPortList reordering operating on old data in NodeEditorGUILayout
This commit is contained in:
parent
157489b3c3
commit
36a1e8891b
@ -394,6 +394,7 @@ namespace XNodeEditor {
|
|||||||
};
|
};
|
||||||
list.onReorderCallback =
|
list.onReorderCallback =
|
||||||
(ReorderableList rl) => {
|
(ReorderableList rl) => {
|
||||||
|
serializedObject.Update();
|
||||||
bool hasRect = false;
|
bool hasRect = false;
|
||||||
bool hasNewRect = false;
|
bool hasNewRect = false;
|
||||||
Rect rect = Rect.zero;
|
Rect rect = Rect.zero;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user