Changed: #964 Add remapping in client of tga filenames onto png files for unprocessed textures from the png asset database.

This commit is contained in:
kaetemi 2010-09-01 15:17:34 +02:00
parent e33ebf8ec7
commit d71836f056

View file

@ -763,6 +763,7 @@ void prelogInit()
// Remap tga files on dds files.
CPath::remapExtension ("dds", "tga", true);
CPath::remapExtension ("dds", "png", true);
CPath::remapExtension ("png", "tga", true);
FPU_CHECKER_ONCE
uint i;