tests: fix bad expectation for q1_sunlight
This commit is contained in:
parent
507c315f78
commit
20f7a83efa
|
|
@ -797,5 +797,5 @@ TEST_CASE("minlight doesn't bounce")
|
|||
TEST_CASE("q1_sunlight")
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue