mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
clippy fixes
This commit is contained in:
parent
f808d67303
commit
ea557f08d3
4 changed files with 6 additions and 6 deletions
|
|
@ -51,7 +51,7 @@ impl<'a> Handle<'a, DisplacementInfo> {
|
|||
.unwrap();
|
||||
|
||||
corner_positions.rotate_left(start_index);
|
||||
corner_positions.try_into().unwrap()
|
||||
corner_positions
|
||||
}
|
||||
|
||||
fn subdivided_face(&self) -> impl Iterator<Item = Vector> + 'a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue