testqbsp: fix wrong winding constructor being chosen

This commit is contained in:
Eric Wasylishen 2022-06-17 01:58:26 -06:00
parent 259d95e47c
commit 00d9d403ea
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ TEST_CASE("InvalidTextureProjection3", "[qbsp]")
TEST_CASE("WindingArea", "[mathlib]")
{
winding_t w{5};
winding_t w(5);
// poor test.. but at least checks that the colinear point is treated correctly
w[0] = {0, 0, 0};