mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
!B NullReferenceException
This commit is contained in:
parent
15ef25888c
commit
fe313be5ee
@ -253,7 +253,7 @@ namespace XNodeEditor {
|
||||
foreach (var targetNode in target.nodes)
|
||||
{
|
||||
var editor = NodeEditor.GetEditor(targetNode, window);
|
||||
editor.OnInit();
|
||||
editor?.OnInit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user