build fix

This commit is contained in:
Eric Wasylishen 2024-01-22 21:59:49 -07:00
parent 1b92d61cfb
commit 0583676af9
1 changed files with 2 additions and 1 deletions

View File

@ -807,7 +807,8 @@ TEST_CASE("q2_detail_fence" * doctest::test_suite("testmaps_q2"))
TEST_CASE("q2_tjunc_matrix" * doctest::test_suite("testmaps_q2") * doctest::may_fail())
{
const auto [bsp, bspx, prt] = LoadTestmapQ2("q2_tjunc_matrix.map");
const auto [b, bspx, prt] = LoadTestmapQ2("q2_tjunc_matrix.map");
const mbsp_t &bsp = b; // workaround clang not allowing capturing bindings in lambdas
auto *game = bsp.loadversion->game;
CHECK(GAME_QUAKE_II == game->id);