diff options
| author | HampusM <hampus@hampusmat.com> | 2026-09-22 18:22:46 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-09-22 18:22:46 +0200 |
| commit | c73ab25c9dbe40284cfd38beaf31e2a20a9810de (patch) | |
| tree | 51c5817a0c252a172c03a47e36886e563a4e623d /engine/src/model/asset.rs | |
| parent | 2ccda0cd5f81909fddc74d95f960f781a64bcae1 (diff) | |
refactor(engine): fix portion of clippy lints
Diffstat (limited to 'engine/src/model/asset.rs')
| -rw-r--r-- | engine/src/model/asset.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/model/asset.rs b/engine/src/model/asset.rs index 52a6733..ff5eddf 100644 --- a/engine/src/model/asset.rs +++ b/engine/src/model/asset.rs @@ -24,6 +24,7 @@ impl Settings /// their origin at the bottom left corner of the image /// /// The default is `true`. + #[must_use] pub fn y_flip_uvs(mut self, y_flip_uvs: bool) -> Self { self.y_flip_uvs = y_flip_uvs; |
