From 8b3e55df9c47a93936939ab536ee894eee47dcf1 Mon Sep 17 00:00:00 2001 From: doge2018 <60071719+dogesupremacy@users.noreply.github.com> Date: Fri, 25 Feb 2022 22:05:19 +0000 Subject: [PATCH] Updated minimum timer speed Raised the minimum timer speed to 25ms. Not much of a differance as it is not sensible to go under 100ms. --- FHAFK5/Form.Designer.cs | 2 +- FHAFK5/Form.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FHAFK5/Form.Designer.cs b/FHAFK5/Form.Designer.cs index 62f7673..c590a00 100644 --- a/FHAFK5/Form.Designer.cs +++ b/FHAFK5/Form.Designer.cs @@ -208,7 +208,7 @@ private void InitializeComponent() 0, 0}); this.timerSpeed.Minimum = new decimal(new int[] { - 10, + 25, 0, 0, 0}); diff --git a/FHAFK5/Form.cs b/FHAFK5/Form.cs index 528ec79..17529d1 100644 --- a/FHAFK5/Form.cs +++ b/FHAFK5/Form.cs @@ -1,4 +1,4 @@ -using Gma.System.MouseKeyHook; +using Gma.System.MouseKeyHook; using System; using System.Drawing; using System.Windows.Forms;