mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update ScreenMatch.cs
This commit is contained in:
parent
c03a8011c2
commit
28be18de01
|
@ -510,8 +510,6 @@ public class ScreenMatch
|
||||||
parent.Log($"Error finding a previous screen: {ex.Message}");
|
parent.Log($"Error finding a previous screen: {ex.Message}");
|
||||||
}
|
}
|
||||||
|
|
||||||
outdatedImage.Save("outdated.png");
|
|
||||||
|
|
||||||
// Find the matching positions of the outdated image in the main image
|
// Find the matching positions of the outdated image in the main image
|
||||||
if (outdatedImage != null) {
|
if (outdatedImage != null) {
|
||||||
matchPositions = FindTemplate(out_mainImage, outdatedImage);
|
matchPositions = FindTemplate(out_mainImage, outdatedImage);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user