We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796b4d0 commit 7b5d3adCopy full SHA for 7b5d3ad
src/main.rs
@@ -29,7 +29,7 @@ fn main() -> Result<(), Box<Error>> {
29
let error = |s: &str, e: &str| -> Vec<SimpleMesh> {
30
println!("filename: [{}] couldn't load, {}. {}", slice, s, e);
31
vec![]
32
- };
+ };
33
// Fill list with file inputs (Splits for spaces -> multiple files)
34
let path = Path::new(slice);
35
let mut meshes = match path.extension() {
0 commit comments