lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit e525a80b91 - Show all commits

View File

@ -90,7 +90,7 @@ impl MeshLoader{
file.read_to_end(&mut data)?;
mesh_data[mesh_id.get() as usize]=Some(roblox_mesh::RobloxMeshData::new(data));
}else{
println!("no model name={}",asset_id.0);
println!("[roblox_legacy] no mesh name={}",asset_id.0);
}
}
}