mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-21 03:15:20 +08:00
Format some files, removes unreferenced files.
This commit is contained in:
@@ -67,9 +67,9 @@ namespace GARbro
|
||||
*/
|
||||
}
|
||||
|
||||
ImageFormat FindFormat(string format)
|
||||
ImageFormat FindFormat (string format)
|
||||
{
|
||||
var range = FormatCatalog.Instance.LookupExtension<ImageFormat>(format);
|
||||
var range = FormatCatalog.Instance.LookupExtension<ImageFormat> (format);
|
||||
return range.FirstOrDefault();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user