tests: fix broken test after img::clear() change
This commit is contained in:
parent
41ac385840
commit
5a94c671a2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue