Added Tests for MathAdd Node

This commit is contained in:
Martin Felis
2022-04-11 11:40:53 +02:00
parent e7314e3477
commit bf0c7a7daa
2 changed files with 158 additions and 12 deletions
+2
View File
@@ -223,6 +223,8 @@ void AnimGraph::evaluate() {
finishNodeEval(node->m_index);
}
evalOutputNode();
}
Socket* AnimGraph::getInputSocket(const std::string& name) {