1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00
This commit is contained in:
Icarus 2020-09-15 19:16:14 +08:00
parent 8da6d7fb93
commit 8c4a6e879b

View File

@ -263,7 +263,6 @@ namespace XNodeEditor {
{ {
w = CreateInstance<NodeEditorWindow>(); w = CreateInstance<NodeEditorWindow>();
w.titleContent = new GUIContent("xNode"); w.titleContent = new GUIContent("xNode");
Debug.LogError("创建");
} }
NodeGraphEditor graphEditor = NodeGraphEditor.GetEditor(graph, w); NodeGraphEditor graphEditor = NodeGraphEditor.GetEditor(graph, w);