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

Removed unnecessary Repaint

This commit is contained in:
Thor Brigsted 2019-09-06 18:57:36 +02:00
parent df002dbe97
commit d1ad634947

View File

@ -487,8 +487,6 @@ namespace XNodeEditor {
NodeEditorGUILayout.DrawPortHandle(rect, bgcol, frcol);
}
}
Repaint();
}
bool IsHoveringTitle(XNode.Node node) {