mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -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;
|
||||
}
|
||||
|
||||
var stackFrame = thread.peekStackFrame();
|
||||
isWarpMode = stackFrame.warpMode;
|
||||
var stackFrame = thread.peekStackFrame();
|
||||
isWarpMode = stackFrame.warpMode;
|
||||
|
||||
if (stackFrame.isLoop) {
|
||||
// The current level of the stack is marked as a loop.
|
||||
|
|
Loading…
Reference in a new issue