This commit is contained in:
Robin Appelman 2024-08-29 13:30:17 +02:00
commit 51e767a306
6 changed files with 15 additions and 66 deletions

View file

@ -20,6 +20,7 @@ pub fn load_material_fallback(name: &str, search_dirs: &[String], loader: &Loade
}
#[derive(Default, Debug)]
#[allow(dead_code)]
pub struct MaterialData {
pub name: String,
pub path: String,