mipmaps actually broken rip

This commit is contained in:
2021-03-12 21:29:58 +01:00
parent f42250f352
commit d83045394c
2 changed files with 12 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ impl TestGame {
self.texture_index_counter += 1;
if self.log_config.mesh_load_info {
println!("Uploading texture took {:?}s", texture_start_time.elapsed().unwrap().as_secs());
println!("Uploading texture took {:?}ms", texture_start_time.elapsed().unwrap().as_millis());
}
}
mesh_handles