Skip to content

Commit

Permalink
Merge pull request #2241 from KhronosGroup/fix_typo_navnode
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
julienduroure authored May 24, 2024
2 parents fc8b5c7 + 7316b74 commit 1885bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_multiply_factors(nav):
prev.node.type == 'MIX' and
prev.node.data_type == 'RGBA' and
prev.node.blend_type == 'MULTIPLY' and
prev.get_constant('Fac') == 1
prev.get_constant('Factor')[0] == 1
)
if is_mul:
fac1 = prev
Expand Down

0 comments on commit 1885bee

Please sign in to comment.