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

!B NullReferenceException

This commit is contained in:
Icarus 2019-12-04 10:33:49 +08:00
parent 15ef25888c
commit fe313be5ee

View File

@ -253,7 +253,7 @@ namespace XNodeEditor {
foreach (var targetNode in target.nodes)
{
var editor = NodeEditor.GetEditor(targetNode, window);
editor.OnInit();
editor?.OnInit();
}
}