From 28be18de011f627a5b898790d91b3f770767e600 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 21 Oct 2024 04:49:48 +0900 Subject: [PATCH] Update ScreenMatch.cs --- WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs b/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs index 472e647..8108933 100644 --- a/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs +++ b/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs @@ -510,8 +510,6 @@ public class ScreenMatch 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 if (outdatedImage != null) { matchPositions = FindTemplate(out_mainImage, outdatedImage);