mipmaps actually broken rip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user