tests: fix broken test after img::clear() change

This commit is contained in:
Eric Wasylishen 2025-01-24 20:34:51 -07:00
parent 41ac385840
commit 5a94c671a2
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ TEST(bsputil, extractTextures)
// reload .wad
fs::clear();
img::clear();
img::init_palette(bspver_q1.game);
auto ar = fs::addArchive("test.wad");
ASSERT_TRUE(ar);