qbsp: disable tjunc for now

This commit is contained in:
Eric Wasylishen 2022-07-10 14:48:41 -06:00
parent 4feb2bd2c7
commit a9b9892761
2 changed files with 3 additions and 1 deletions

View File

@ -893,7 +893,7 @@ TEST_CASE("merge", "[testmaps_q1]")
CHECK(top_winding.bounds().maxs() == exp_bounds.maxs());
}
TEST_CASE("tjunc_many_sided_face", "[testmaps_q1]")
TEST_CASE("tjunc_many_sided_face", "[testmaps_q1][!mayfail]")
{
const auto [bsp, bspx, prt] = LoadTestmapQ1("qbsp_tjunc_many_sided_face.map");

View File

@ -407,6 +407,8 @@ tjunc
*/
void TJunc(const mapentity_t *entity, node_t *headnode)
{
// fixme-brushbsp: restore
return;
logging::print(logging::flag::PROGRESS, "---- {} ----\n", __func__);
/*