Skip to content

Commit

Permalink
[do not merge] Dummy change to give --in-diff something to work on
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Oct 31, 2024
1 parent 4932ae5 commit 29c296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-is-cubes/src/content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fn color_for_make_blocks(i: usize, n: usize) -> Rgba {
let luminance = if n > 1 {
i as f32 / (n - 1) as f32
} else {
0.5
0.25
};
Rgba::new(luminance, luminance, luminance, 1.0)
}
Expand Down

0 comments on commit 29c296c

Please sign in to comment.