mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 11:33:51 -04:00
d/jak2: second documentation PR and finish forest-scenes and palace-scenes (#2136)
Also fixes #2135 Co-authored-by: water <awaterford111445@gmail.com>
This commit is contained in:
@@ -330,7 +330,7 @@ void OfflineTestThreadManager::print_current_test_status(const OfflineTestConfig
|
||||
fmt::format("[{}/{}]", status->curr_step, status->total_steps), status->curr_file);
|
||||
threads_shown++;
|
||||
}
|
||||
if (threads_hidden != 0) {
|
||||
if (threads_hidden > 0) {
|
||||
fmt::print(
|
||||
fmt::fg(fmt::color::gray), "\33[2K\r+{} other threads. [{} | {} | {}]\n", threads_hidden,
|
||||
fmt::styled(g_offline_test_thread_manager.num_threads_pending(),
|
||||
|
||||
Reference in New Issue
Block a user