tests: fix bad expectation for q1_sunlight

This commit is contained in:
Eric Wasylishen 2023-09-11 22:11:33 -06:00
parent 507c315f78
commit 20f7a83efa
1 changed files with 1 additions and 1 deletions

View File

@ -797,5 +797,5 @@ TEST_CASE("minlight doesn't bounce")
TEST_CASE("q1_sunlight") TEST_CASE("q1_sunlight")
{ {
auto [bsp, bspx, lit] = QbspVisLight_Q1("q1_sunlight.map", {"-lit"}); auto [bsp, bspx, lit] = QbspVisLight_Q1("q1_sunlight.map", {"-lit"});
CheckFaceLuxelAtPoint(&bsp, &bsp.dmodels[0], {42, 42, 42}, {0, 0, 0}, {0, 0, 1}, &lit); CheckFaceLuxelAtPoint(&bsp, &bsp.dmodels[0], {49, 49, 49}, {0, 0, 0}, {0, 0, 1}, &lit);
} }