1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

!T 调整了绘制顺序

This commit is contained in:
Icarus 2019-09-22 02:40:53 +08:00
parent ba47fbd549
commit 113eb4b48d

View File

@ -24,9 +24,9 @@ namespace XNodeEditor {
Controls();
DrawGrid(position, zoom, panOffset);
DrawConnections();
DrawDraggedConnection();
DrawNodes();
DrawConnections();
DrawSelectionBox();
DrawTooltip();
graphEditor.OnGUI();