Skip to content

Commit

Permalink
Fixes a bug in the VCV-Prototype template
Browse files Browse the repository at this point in the history
  • Loading branch information
modlfo committed Aug 1, 2020
1 parent e6c9df5 commit 13a86e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/codeLua.ml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function getSwitch(i)
if i > 6 or i < 1 then
return false
else
return global_block.switch[i]
return global_block.switches[i]
end
end

Expand Down

0 comments on commit 13a86e0

Please sign in to comment.