mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 13:09:40 +00:00
Use the new option to treat TGA files as TGA 1.0
This commit is contained in:
parent
1bcf38c3d8
commit
16f6c7b27f
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