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); }