mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
!T 调整了绘制顺序
This commit is contained in:
parent
ba47fbd549
commit
113eb4b48d
@ -24,9 +24,9 @@ namespace XNodeEditor {
|
||||
Controls();
|
||||
|
||||
DrawGrid(position, zoom, panOffset);
|
||||
DrawConnections();
|
||||
DrawDraggedConnection();
|
||||
DrawNodes();
|
||||
DrawConnections();
|
||||
DrawSelectionBox();
|
||||
DrawTooltip();
|
||||
graphEditor.OnGUI();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user