fix print

This commit is contained in:
Quaternions 2024-01-10 17:18:43 -08:00
parent cc4e80db8a
commit 590062f3c3

View File

@ -1154,10 +1154,10 @@ fn extract_textures(paths:Vec<std::path::PathBuf>,vpk_paths:Vec<std::path::PathB
}
}
},
_=>print!("model_name={} error",model_name),
_=>println!("model_name={} error",model_name),
}
},
_=>print!("no model name={}",model_name),
_=>println!("no model name={}",model_name),
}
}