mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +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
c8ee84fbe4
commit
ad068c46bb
1 changed files with 1 additions and 0 deletions
|
@ -763,6 +763,7 @@ void prelogInit()
|
||||||
// Remap tga files on dds files.
|
// Remap tga files on dds files.
|
||||||
CPath::remapExtension ("dds", "tga", true);
|
CPath::remapExtension ("dds", "tga", true);
|
||||||
CPath::remapExtension ("dds", "png", true);
|
CPath::remapExtension ("dds", "png", true);
|
||||||
|
CPath::remapExtension ("png", "tga", true);
|
||||||
FPU_CHECKER_ONCE
|
FPU_CHECKER_ONCE
|
||||||
|
|
||||||
uint i;
|
uint i;
|
||||||
|
|
Loading…
Reference in a new issue