mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Replacing control_repeat comment
This commit is contained in:
parent
20c75569c2
commit
47545e7109
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ Scratch3Blocks.prototype.getPrimitives = function() {
|
|||
};
|
||||
|
||||
Scratch3Blocks.prototype.repeat = function(argValues, util) {
|
||||
console.log('Running: control_repeat');
|
||||
// Initialize loop
|
||||
if (util.stackFrame.loopCounter === undefined) {
|
||||
util.stackFrame.loopCounter = 4; // @todo arg
|
||||
|
|
Loading…
Reference in a new issue