Skip to content

Commit

Permalink
Reset the number of boxes on the boxes3 demos to its old value.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 21, 2018
1 parent 5b155aa commit d97658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples3d/boxes3.rs
Expand Up @@ -38,7 +38,7 @@ fn main() {
/*
* Create the boxes
*/
let num = 10;
let num = 7;
let rad = 0.1;
let shift = rad * 2.0;
let centerx = shift * (num as f32) / 2.0;
Expand Down

0 comments on commit d97658e

Please sign in to comment.