mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(Jpeg, Bmp): increase priority.
This commit is contained in:
parent
e852ea5a82
commit
0758496dd8
@ -47,6 +47,7 @@ namespace GameRes
|
||||
}
|
||||
|
||||
[Export(typeof(ImageFormat))]
|
||||
[ExportMetadata("Priority", 10)]
|
||||
public sealed class BmpFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "BMP"; } }
|
||||
|
@ -34,6 +34,7 @@ using GameRes.Utility;
|
||||
namespace GameRes
|
||||
{
|
||||
[Export(typeof(ImageFormat))]
|
||||
[ExportMetadata("Priority", 10)]
|
||||
public class JpegFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "JPEG"; } }
|
||||
|
Loading…
Reference in New Issue
Block a user