mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix clippy
This commit is contained in:
parent
9205da2298
commit
0b8bc507ac
@ -5240,7 +5240,7 @@ fn mesh_ship_bone<K: fmt::Debug + Eq + Hash, V, F: Fn(&V) -> &ShipCentralSubSpec
|
|||||||
let bone = f(spec);
|
let bone = f(spec);
|
||||||
let central = graceful_load_segment_fullspec(
|
let central = graceful_load_segment_fullspec(
|
||||||
&["common.voxel.", &bone.central.0].concat(),
|
&["common.voxel.", &bone.central.0].concat(),
|
||||||
bone.model_index.into(),
|
bone.model_index,
|
||||||
);
|
);
|
||||||
|
|
||||||
(central, Vec3::from(bone.offset))
|
(central, Vec3::from(bone.offset))
|
||||||
|
Loading…
Reference in New Issue
Block a user