Skip to content

Commit

Permalink
fix diagonal drift (down and right) (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfup authored Feb 1, 2025
1 parent 2389b80 commit e1175fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/unigen/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub fn mutate_blocks_with_new_particles<R: Rng>(rng: &mut R, block: &mut core::B
rng.gen_range(0..118),
rng.gen_range(0..118),
rng.gen_range(0..118),
rng.gen_range(1..6),
rng.gen_range(1..7),
);

match rotation {
Expand Down

0 comments on commit e1175fb

Please sign in to comment.