mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -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();
|
||||
}
|
||||
} else {
|
||||
util.stackFrame.executed = false;
|
||||
util.stackFrame.executedInFrame = false;
|
||||
util.yieldFrame();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue