mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(AlbFormat): fallback to jpeg format.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user