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:
Tyler Wilding
2023-01-21 20:26:51 -05:00
committed by GitHub
parent 7ac22e8449
commit e5d6ac1c41
188 changed files with 11964 additions and 6538 deletions
+1 -1
View File
@@ -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(),