Skip to content

Commit 80f6585

Browse files
committed
Rebuild pointers after creating new node. thedmd#66
1 parent b479202 commit 80f6585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/blueprints-example/blueprints-example.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1667,6 +1667,8 @@ void Application_Frame()
16671667

16681668
if (node)
16691669
{
1670+
BuildNodes();
1671+
16701672
createNewNode = false;
16711673

16721674
ed::SetNodePosition(node->ID, newNodePostion);

0 commit comments

Comments
 (0)