mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 01:36:03 +08:00
Fixed deselect out of range exception
This commit is contained in:
parent
941189a4d6
commit
0132c16448
@ -137,7 +137,7 @@ namespace XNodeEditor {
|
|||||||
|
|
||||||
}
|
}
|
||||||
// Deselect
|
// Deselect
|
||||||
else if (e.control || e.shift) selectedReroutes.RemoveAt(hoveredReroute);
|
else if (e.control || e.shift) selectedReroutes.Remove(hoveredReroute);
|
||||||
e.Use();
|
e.Use();
|
||||||
currentActivity = NodeActivity.HoldNode;
|
currentActivity = NodeActivity.HoldNode;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user