Fix whitespace issues

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

View file

@ -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.