mirror of
https://codeberg.org/icewind/vbspview.git
synced 2026-06-04 02:34:10 +02:00
prop mesh name
This commit is contained in:
parent
3d72c0aaee
commit
1bb1573e8e
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue