qbsp: disable tjunc for now
This commit is contained in:
parent
4feb2bd2c7
commit
a9b9892761
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
|
|
@ -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__);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue