documented new node classes

This commit is contained in:
itsmattkc
2019-07-17 03:05:25 -04:00
parent 39256fd6f9
commit 9f6d0f9dc7
20 changed files with 435 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ void NodeEdgeAddCommand::redo()
return;
}
old_edge_ = NodeParam::FreeSpaceForEdgeFromInput(input_);
old_edge_ = NodeParam::DisconnectForNewOutput(input_);
NodeParam::ConnectEdge(output_, input_);