mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -05:00
Fix whitespace issues
This commit is contained in:
parent
5f100129b6
commit
c6a872ef4a
1 changed files with 3 additions and 3 deletions
|
@ -138,8 +138,8 @@ Sequencer.prototype.stepThread = function (thread) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var stackFrame = thread.peekStackFrame();
|
var stackFrame = thread.peekStackFrame();
|
||||||
isWarpMode = stackFrame.warpMode;
|
isWarpMode = stackFrame.warpMode;
|
||||||
|
|
||||||
if (stackFrame.isLoop) {
|
if (stackFrame.isLoop) {
|
||||||
// The current level of the stack is marked as a loop.
|
// The current level of the stack is marked as a loop.
|
||||||
|
|
Loading…
Reference in a new issue