Skip to content

Commit

Permalink
refactored multiborrow context + build fix
Browse files Browse the repository at this point in the history
- removed static size constraint and made borrowing tracking dynamic and more efficient
- added component query
  • Loading branch information
mrDIMAS committed Jan 27, 2024
1 parent 6a5d332 commit 4e41bdd
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 75 deletions.
1 change: 1 addition & 0 deletions fyrox-core/src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ impl Hsl {

impl From<Hsl> for Color {
#[allow(clippy::manual_range_contains)]
#[inline]
fn from(v: Hsl) -> Self {
let h = v.hue;
let s = v.saturation;
Expand Down
Loading

0 comments on commit 4e41bdd

Please sign in to comment.