mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Merge remote-tracking branch 'remotes/Siccity/master' into Cabin_Icarus
This commit is contained in:
commit
f7251ee02a
2
Scripts/Editor/NodeEditorGUI.cs
Normal file → Executable file
2
Scripts/Editor/NodeEditorGUI.cs
Normal file → Executable file
@ -17,7 +17,7 @@ namespace XNodeEditor {
|
||||
public event Action onLateGUI;
|
||||
private static readonly Vector3[] polyLineTempArray = new Vector3[2];
|
||||
|
||||
private void OnGUI() {
|
||||
protected virtual void OnGUI() {
|
||||
Event e = Event.current;
|
||||
Matrix4x4 m = GUI.matrix;
|
||||
if (graph == null) return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user