Merge branch 'master' into blender2.8

This commit is contained in:
Sergey Sharybin 2017-11-24 15:46:10 +01:00
commit 56367cfeb3
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ bool ComponentDepsNode::OperationIDKey::operator==(
const OperationIDKey &other) const
{
return (opcode == other.opcode) &&
(STREQ(name, other.name)) &&
(name_tag == other.name_tag);
(STREQ(name, other.name)) &&
(name_tag == other.name_tag);
}
static unsigned int comp_node_hash_key(const void *key_v)