last fix :(

This commit is contained in:
Jonathan 2021-09-13 11:03:10 -04:00
parent e3378432ff
commit 75c303b503
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ static void checkCube(const brush_t *brush)
checkForAllCubeNormals(brush);
EXPECT_EQ(CONTENTS_SOLID, brush->contents);
EXPECT_EQ(contentflags_t { CONTENTS_SOLID }, brush->contents);
}
TEST(qbsp, SplitBrush) {