Fixed null reference with stickynotes
This commit is contained in:
parent
679f93c04d
commit
1b941d6531
@ -31,6 +31,7 @@ namespace ImageProcessingGraph.Editor
|
|||||||
{
|
{
|
||||||
nodes = new List<BaseImageNode>();
|
nodes = new List<BaseImageNode>();
|
||||||
connections = new List<GraphConnection>();
|
connections = new List<GraphConnection>();
|
||||||
|
stickyNotes = new List<IPT_StickyNoteData>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user