mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Merge ff60dfc34bf2f0501a96e99dcb7aa20d577816a4 into 8f658d276230d2a4c3ab25bd71d536be63e44302
This commit is contained in:
commit
452e475199
@ -277,6 +277,9 @@ namespace XNodeEditor {
|
|||||||
|
|
||||||
private void DrawNodes() {
|
private void DrawNodes() {
|
||||||
Event e = Event.current;
|
Event e = Event.current;
|
||||||
|
if (e.delta != Vector2.zero) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (e.type == EventType.Layout) {
|
if (e.type == EventType.Layout) {
|
||||||
selectionCache = new List<UnityEngine.Object>(Selection.objects);
|
selectionCache = new List<UnityEngine.Object>(Selection.objects);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user