Skip to content
Snippets Groups Projects
Commit 2b058171 authored by Finn Bear's avatar Finn Bear
Browse files

Smol fix.

parent 71536874
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ impl Slide for Mosaic {
}
}
&MosaicState::Triangles => {
for _ in 0..(self.count / 8).min(490) + 11 {
for _ in 0..(self.count / 8 + 10).min(537) {
let x: f32 = rng.gen();
let y: f32 = rng.gen();
let size: f32 = (rng.gen::<f32>().max(0.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment