Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
improve robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
T2hhbmEK committed Oct 5, 2023
1 parent 53a187d commit 5cfeea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenshinClicker.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ DetectOption_L() { ; ...
Y := IsNotWideScreen ? 535 : 525
Y := H - ScaleX(720 - Y)
D := IsNotWideScreen ? 0 : 92
DiffX := Scale * 1
DiffX := Scale * 2
L := [
[ScaleXRight1280(860 - D), Y, "0x5f676f", DiffX, DiffX, 32],
[ScaleXRight1280(863 - D), Y, "0XFFFFFF", DiffX, DiffX, 2],
Expand Down

0 comments on commit 5cfeea6

Please sign in to comment.