mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Additional fix for repeat's executedInFrame
This commit is contained in:
parent
57217f0044
commit
bb68fcab25
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Scratch3ControlBlocks.prototype.repeat = function(args, util) {
|
||||||
util.startSubstack();
|
util.startSubstack();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
util.stackFrame.executed = false;
|
util.stackFrame.executedInFrame = false;
|
||||||
util.yieldFrame();
|
util.yieldFrame();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue