Fix whitespace issues

This commit is contained in:
griffpatch 2017-01-28 14:11:48 +00:00
parent 5f100129b6
commit c6a872ef4a

View file

@ -137,9 +137,9 @@ Sequencer.prototype.stepThread = function (thread) {
thread.status = Thread.STATUS_DONE;
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.