git @ Cat's Eye Technologies Etcha / d5480e8
Fix bug in initialization of progView. Chris Pressey 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
123123 this.turtle.reset();
124124 this.playfield.setCursors([this.turtle]);
125125
126 this.progView = progView;
126 this.progView = cfg.view;
127127 pc = new EtchaProgramCounter();
128128 pc.reset();
129129 this.progView.setCursors([pc]);