Skip to content

Commit

Permalink
Removed invalid todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Oct 7, 2024
1 parent 3ce7d43 commit 7cc2e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ where
{
fn with_texture_region(mut self, shape_region: Rect<f32>, texture_region: Rect<UPx>) -> Self {
self.texture_region = Some(TextureRegions {
// TODO switch to into_float after next figures release
shape_region,
texture_region,
});
Expand Down

0 comments on commit 7cc2e4b

Please sign in to comment.