1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 01:19:59 +00:00

Use the new option to treat TGA files as TGA 1.0

This commit is contained in:
Capostrophic 2020-04-29 14:14:53 +03:00 committed by Bret Curtis
parent 7a4ac6ee6d
commit 9e85daee4b

View File

@ -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"))
{
}