Fixed Blend2Node::UpdateFlags().
This commit is contained in:
@@ -138,7 +138,7 @@ struct NodeDescriptor<Blend2Node> : public NodeDescriptorBase {
|
||||
Socket* weight_input_socket = FindSocket("Weight", m_inputs);
|
||||
assert(weight_input_socket != nullptr);
|
||||
|
||||
if (GetPropertyValue<bool>("Sync") == true) {
|
||||
if (GetProperty<bool>("Sync") == true) {
|
||||
weight_input_socket->m_flags = SocketFlags::SocketFlagAffectsTime;
|
||||
} else {
|
||||
weight_input_socket->m_flags = SocketFlags::SocketFlagNone;
|
||||
|
||||
Reference in New Issue
Block a user