mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 16:44:11 +02:00
clippy fixes
This commit is contained in:
parent
01f24876a0
commit
3175e0840c
4 changed files with 16 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ impl From<&vmdl::vvd::Vertex> for Vertex {
|
|||
fn from(vertex: &vmdl::vvd::Vertex) -> Self {
|
||||
Vertex {
|
||||
position: vertex.position.into(),
|
||||
uv: vertex.texture_coordinates.into(),
|
||||
uv: vertex.texture_coordinates,
|
||||
normal: vertex.normal.into(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue