prop mesh name

This commit is contained in:
Robin Appelman 2023-12-15 23:01:52 +01:00
commit 1bb1573e8e
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ fn prop_to_meshes<'a>(prop: &'a PropData) -> impl Iterator<Item = Primitive> + '
});
Primitive {
name: "".to_string(),
name: mesh.model_name.into(),
transformation: transform,
animations: vec![],
geometry,