Changed: Also remap png to dds in client.
This commit is contained in:
parent
585fafd917
commit
9fdb2b48de
1 changed files with 1 additions and 0 deletions
|
@ -761,6 +761,7 @@ void prelogInit()
|
|||
|
||||
// Remap tga files on dds files.
|
||||
CPath::remapExtension ("dds", "tga", true);
|
||||
CPath::remapExtension ("dds", "png", true);
|
||||
FPU_CHECKER_ONCE
|
||||
|
||||
uint i;
|
||||
|
|
Loading…
Reference in a new issue