From 113eb4b48d160e679481d1203d376f1a2ed452c2 Mon Sep 17 00:00:00 2001 From: Icarus <1375400884@qq.com> Date: Sun, 22 Sep 2019 02:40:53 +0800 Subject: [PATCH] =?UTF-8?q?!T=20=E8=B0=83=E6=95=B4=E4=BA=86=E7=BB=98?= =?UTF-8?q?=E5=88=B6=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/Editor/NodeEditorGUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Editor/NodeEditorGUI.cs b/Scripts/Editor/NodeEditorGUI.cs index 9954325..6546f6f 100644 --- a/Scripts/Editor/NodeEditorGUI.cs +++ b/Scripts/Editor/NodeEditorGUI.cs @@ -24,9 +24,9 @@ namespace XNodeEditor { Controls(); DrawGrid(position, zoom, panOffset); - DrawConnections(); DrawDraggedConnection(); DrawNodes(); + DrawConnections(); DrawSelectionBox(); DrawTooltip(); graphEditor.OnGUI();