Skip to content

Commit

Permalink
Swap colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Oct 26, 2015
1 parent 5e1a530 commit 21d1f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sctrace.pjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ void setup() {
N[1] = int(80 / MULT);

H = new float[D];
H[0] = 55;
H[1] = 11;
H[0] = 11;
H[1] = 55;

XLOC = new float[D];
XLOC[0] = 0.25*width;
XLOC[1] = 0.75*width;
Expand Down

0 comments on commit 21d1f7b

Please sign in to comment.