mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 03:08:29 -04:00
add ms to loader output (#3261)
This commit is contained in:
@@ -511,7 +511,7 @@ void Loader::update(TexturePool& texture_pool) {
|
||||
}
|
||||
|
||||
if (unload_timer.getMs() > 5.f) {
|
||||
fmt::print("Unload took {:.2f}\n", unload_timer.getMs());
|
||||
fmt::print("Unload took {:.2f}ms\n", unload_timer.getMs());
|
||||
}
|
||||
|
||||
if (!m_garbage_buffers.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user