浏览代码

Reset dirWasLeft on re-run

ApisNecros 1 年之前
父节点
当前提交
815d0de575
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      starfish.js

+ 1 - 0
starfish.js

@@ -139,6 +139,7 @@ class CodeBox {
         this.curr_stack = 0;
         this.pointer = {X: 0, Y: 0};
         this.curr_direction = this.directions.EAST;
+        this.dirWasLeft = false;
         this.outputDOM.value = "";
         console.clear();