mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-09 00:30:12 +08:00
Draw node connections behind nodes
This commit is contained in:
parent
ff727e5dd8
commit
85069f72ea
@ -12,9 +12,9 @@ public partial class NodeEditorWindow {
|
|||||||
Controls();
|
Controls();
|
||||||
|
|
||||||
DrawGrid(position, zoom, panOffset);
|
DrawGrid(position, zoom, panOffset);
|
||||||
DrawNodes();
|
|
||||||
DrawConnections();
|
DrawConnections();
|
||||||
DrawDraggedConnection();
|
DrawDraggedConnection();
|
||||||
|
DrawNodes();
|
||||||
DrawToolbar();
|
DrawToolbar();
|
||||||
|
|
||||||
GUI.matrix = m;
|
GUI.matrix = m;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user