1
0
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:
David Pilles 2022-07-08 14:15:20 -07:00
parent 157489b3c3
commit 36a1e8891b

View File

@ -394,6 +394,7 @@ namespace XNodeEditor {
};
list.onReorderCallback =
(ReorderableList rl) => {
serializedObject.Update();
bool hasRect = false;
bool hasNewRect = false;
Rect rect = Rect.zero;