Skip to content

Commit fdb2726

Browse files
authored
Fix yo expandable math
1 parent 97a22ea commit fdb2726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/irgen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ class ScriptTreeGenerator {
458458
if (input.block == null) delete block.inputs[input.name];
459459
else operations.push([
460460
this.descendInputOfBlock(block, input.name),
461-
menuOperators[i]
461+
menuOperators[i - 1]
462462
]);
463463
}
464464
return {

0 commit comments

Comments
 (0)