clippy
This commit is contained in:
@@ -83,7 +83,7 @@ fn on_head_drop(
|
|||||||
} else {
|
} else {
|
||||||
gltf_assets.get(&assets.meshes["none.glb"])
|
gltf_assets.get(&assets.meshes["none.glb"])
|
||||||
}
|
}
|
||||||
.ok_or_else(|| "asset not found")?;
|
.ok_or("asset not found")?;
|
||||||
|
|
||||||
commands
|
commands
|
||||||
.spawn((
|
.spawn((
|
||||||
|
|||||||
Reference in New Issue
Block a user