Skip to content

Commit

Permalink
Remove period
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <[email protected]>
  • Loading branch information
RyanLua authored Jan 8, 2025
1 parent cc7666c commit e74ddf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FluentAutoClicker/Helpers/AutoClicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private static async void AutoClickerThread(int clickInterval, int repeatAmount,

while (_isAutoClickerRunning)
{
// Stop if we click more than repeat amount.
// Stop if we click more than repeat amount
if (clickCount >= repeatAmount && repeatAmount != 0)
{
Stop();
Expand Down Expand Up @@ -119,4 +119,4 @@ private static void SendMouseInput(MOUSE_EVENT_FLAGS dwFlags)

_ = PInvoke.SendInput(inputs, Marshal.SizeOf<INPUT>());
}
}
}

0 comments on commit e74ddf2

Please sign in to comment.