Working on graph evaluations. WIP.
This commit is contained in:
@@ -486,8 +486,9 @@ void AnimGraphResource::connectRuntimeNodes(AnimGraph& instance) const {
|
||||
//
|
||||
// Wire up outputs to inputs.
|
||||
//
|
||||
(*target_socket->m_reference.ptr_ptr) = source_socket->m_reference.ptr;
|
||||
// (*source_socket->m_reference.ptr_ptr) = target_socket->m_reference.ptr;
|
||||
if (target_socket->m_type != SocketType::SocketTypeAnimation) {
|
||||
(*target_socket->m_reference.ptr_ptr) = source_socket->m_reference.ptr;
|
||||
}
|
||||
|
||||
size_t target_node_index = target_node->m_index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user