diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index 92edbf67..6a9102dd 100644 --- a/qbsp/test_qbsp.cc +++ b/qbsp/test_qbsp.cc @@ -169,7 +169,7 @@ static std::tuple> LoadTestmap(c auto bsp_path = map_path; bsp_path.replace_extension(".bsp"); - std::vector args{"", "-nopercent", "-keepprt"}; + std::vector args{"", "-nopercent"}; for (auto &arg : extra_args) { args.push_back(arg); }