Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Titaniumtown committed Aug 24, 2023
1 parent 1a2340a commit 4cb2b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/emath/src/pos2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ impl Pos2 {
new_self.x += x_offset;
new_self
}
}

impl std::ops::Index<usize> for Pos2 {
type Output = f32;
Expand Down

0 comments on commit 4cb2b65

Please sign in to comment.