mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Merge pull request #2815 from Capostrophic/tga
Use the new option to treat TGA files as TGA 1.0
This commit is contained in:
commit
1dc21919f6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace Resource
|
|||
ImageManager::ImageManager(const VFS::Manager *vfs)
|
||||
: ResourceManager(vfs)
|
||||
, mWarningImage(createWarningImage())
|
||||
, mOptions(new osgDB::Options("dds_flip dds_dxt1_detect_rgba"))
|
||||
, mOptions(new osgDB::Options("dds_flip dds_dxt1_detect_rgba ignoreTga2Fields"))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue