fix clippy

This commit is contained in:
Christof Petig 2023-03-16 20:50:05 +01:00
parent 9205da2298
commit 0b8bc507ac

View File

@ -5240,7 +5240,7 @@ fn mesh_ship_bone<K: fmt::Debug + Eq + Hash, V, F: Fn(&V) -> &ShipCentralSubSpec
let bone = f(spec);
let central = graceful_load_segment_fullspec(
&["common.voxel.", &bone.central.0].concat(),
bone.model_index.into(),
bone.model_index,
);
(central, Vec3::from(bone.offset))