(MblOpener): use ImageFormat.FindByTag shortcut.

This commit is contained in:
morkt 2015-12-22 09:11:58 +04:00
parent 9520f312b7
commit 87dd1792ce

View File

@ -81,7 +81,7 @@ namespace GameRes.Formats.Marble
return arc;
}
static readonly Lazy<ImageFormat> PrsFormat = new Lazy<ImageFormat> (() => FormatCatalog.Instance.ImageFormats.FirstOrDefault (x => x.Tag == "PRS"));
static readonly Lazy<ImageFormat> PrsFormat = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("PRS"));
private ArcFile ReadIndex (ArcView file, int count, uint filename_len, uint index_offset)
{