nova: fixed model import by removing file extension
This commit is contained in:
parent
41fbeb703e
commit
7498e8fa10
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ async fn main() {
|
|||
Transform::identity(),
|
||||
&ResourceID::new_namespaced(
|
||||
"color_cube",
|
||||
"color_cube.glb"
|
||||
"color_cube"
|
||||
),
|
||||
).unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue