From d3ee17ac59e93ae90bfc57ccd371913225ec46ee Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 22 May 2022 13:16:27 -0600 Subject: [PATCH] testqbsp: remove -noprogress as it hinders debugging --- qbsp/test_qbsp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index 7b950b44..2acc2553 100644 --- a/qbsp/test_qbsp.cc +++ b/qbsp/test_qbsp.cc @@ -99,7 +99,7 @@ static mbsp_t LoadTestmap(const std::filesystem::path &name, std::vector args{"", "-nopercent", "-noprogress", "-keepprt"}; + std::vector args{"", "-nopercent", "-keepprt"}; for (auto &arg : extra_args) { args.push_back(arg); }