(AlbFormat): fallback to jpeg format.

This commit is contained in:
morkt 2016-03-12 20:26:20 +04:00
parent d089e4895b
commit 8ff550c344

View File

@ -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;