change print
This commit is contained in:
parent
eb022b128c
commit
e525a80b91
@ -90,7 +90,7 @@ impl MeshLoader{
|
|||||||
file.read_to_end(&mut data)?;
|
file.read_to_end(&mut data)?;
|
||||||
mesh_data[mesh_id.get() as usize]=Some(roblox_mesh::RobloxMeshData::new(data));
|
mesh_data[mesh_id.get() as usize]=Some(roblox_mesh::RobloxMeshData::new(data));
|
||||||
}else{
|
}else{
|
||||||
println!("no model name={}",asset_id.0);
|
println!("[roblox_legacy] no mesh name={}",asset_id.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user