Skip to content

Commit

Permalink
make set blocks bright green
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice committed Nov 29, 2016
1 parent b9a3076 commit 785e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl App {
let x: f64 = col as f64;
let y: f64 = r as f64;
let b = rectangle::square(x * BLOCK_SIZE, y * BLOCK_SIZE, BLOCK_SIZE);
rectangle(BLACK, b, c.transform.trans(0.0, 0.0), gl);
rectangle(BRIGHT_GREEN, b, c.transform.trans(0.0, 0.0), gl);
}
}
}
Expand Down

0 comments on commit 785e328

Please sign in to comment.