git @ Cat's Eye Technologies Whothm / 7a32e91
Throwaway code for a throwaway branch Chris Pressey 1 year, 10 months ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
9191 public void run(BitMap bitmap) {
9292 this.bitmap = bitmap;
9393 for (int i = 0; i < 100; i++) {
94 System.out.println(i);
9495 for (Command c : commands) {
96 System.out.println(c.toString());
9597 c.execute(this);
9698 }
9799 }