Skip to content

Commit

Permalink
set range up to 360 deg
Browse files Browse the repository at this point in the history
  • Loading branch information
afternoon2 committed Jan 7, 2025
1 parent aad904c commit 0cd6ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/whiskers/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl<'a> Context<'a> {
pub fn rng_angle(&mut self) -> Angle {
let deg = self.rng_range(Range {
start: 0.0,
end: 359.0,
end: 360.0,
});
Angle::from_deg(deg)
}
Expand Down

0 comments on commit 0cd6ca6

Please sign in to comment.