1
0
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:
Zalo 2018-05-23 09:20:27 +00:00 committed by GitHub
commit 452e475199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,6 +277,9 @@ namespace XNodeEditor {
private void DrawNodes() {
Event e = Event.current;
if (e.delta != Vector2.zero) {
return;
}
if (e.type == EventType.Layout) {
selectionCache = new List<UnityEngine.Object>(Selection.objects);
}