mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(AlbFormat): fallback to jpeg format.
This commit is contained in:
parent
d089e4895b
commit
8ff550c344
@ -65,7 +65,7 @@ namespace GameRes.Formats.Slg
|
||||
else if (Dds.Value.Signature == signature)
|
||||
format = Dds.Value;
|
||||
else
|
||||
return null;
|
||||
format = ImageFormat.Jpeg;
|
||||
var info = format.ReadMetaData (file);
|
||||
if (null == info)
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user