From c31e52bc74971a08d5798e7d9dcefb7ae005fce6 Mon Sep 17 00:00:00 2001 From: IceStormNG Date: Fri, 1 Mar 2024 23:53:07 +0100 Subject: [PATCH] PID already does that. Therefore it is not necessary --- app/AutoTDP/AutoTDPService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/AutoTDP/AutoTDPService.cs b/app/AutoTDP/AutoTDPService.cs index 9e9387d2..639aa81b 100644 --- a/app/AutoTDP/AutoTDPService.cs +++ b/app/AutoTDP/AutoTDPService.cs @@ -471,8 +471,6 @@ namespace GHelper.AutoTDP { if (LOG_AUTO_TDP) Logger.WriteLine("[AutoTDPService] Single Dip, Ignore"); - - GameFPSPrevious = GameFPS; //single dip. Ignore return; }