1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-02-08 00:04:54 +08:00

Draw node connections behind nodes

This commit is contained in:
Thor 2017-10-06 13:55:59 +02:00
parent ff727e5dd8
commit 85069f72ea

View File

@ -12,9 +12,9 @@ public partial class NodeEditorWindow {
Controls();
DrawGrid(position, zoom, panOffset);
DrawNodes();
DrawConnections();
DrawDraggedConnection();
DrawNodes();
DrawToolbar();
GUI.matrix = m;