This commit is contained in:
2025-06-08 23:59:19 +02:00
parent 00c2c08f06
commit 703600060b

View File

@@ -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((