add ms to loader output (#3261)

This commit is contained in:
tripp
2023-12-18 18:17:27 -05:00
committed by GitHub
parent 35daebcce7
commit 4b9c1dde70
@@ -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()) {