mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 12:41:01 +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
@ -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…
x
Reference in New Issue
Block a user