diff --git a/Arknights Automation Library/UI.cs b/Arknights Automation Library/UI.cs index 89c1c3d..588e323 100644 --- a/Arknights Automation Library/UI.cs +++ b/Arknights Automation Library/UI.cs @@ -16,8 +16,7 @@ public class UI : IDisposable private readonly Adb _adb; private readonly Assets _assets = new Assets(); - private readonly FMLocator _loc = new FMLocator(new Feature2DInfo(Feature2Ds.Sift)) - {CacheDir = "Assets\\Cache"}; + private readonly FMLocator _loc = new FMLocator(new Feature2DInfo(Feature2Ds.Sift), "Assets\\Cache"); public UI(string adbPath) { diff --git a/ImageLocator b/ImageLocator index 89b4a85..f2b441a 160000 --- a/ImageLocator +++ b/ImageLocator @@ -1 +1 @@ -Subproject commit 89b4a85d8fb01d90c80236b362d1571551814fdf +Subproject commit f2b441a46eaf912522c2a7346cef695101610e13