mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
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:
parent
e33ebf8ec7
commit
d71836f056
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue