[mod_converter2] Remove null textures.

This commit is contained in:
lzwdgc 2024-04-02 18:13:13 +03:00
parent 466aa747f4
commit 91680b3218

View file

@ -111,6 +111,8 @@ auto read_model(const path &fn) {
break;
}
}
textures.erase("_DEFAULT_"); // no tex
textures.erase("TEX_TOV_AKTIVMETAL_ANIM"); // this one used as no-texture as well
write_lines(path{fn}+=".textures.txt",textures);
}