Fixed Blend2Node::UpdateFlags().
This commit is contained in:
parent
0a45497de9
commit
e8ef7924d2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user