Fix cursor icon position in horizontal tastudio orientation

necessary with 00228a1f20
This commit is contained in:
Morilli 2024-08-29 08:22:25 +02:00
parent f09e72e7e0
commit 15ac8e2905
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace BizHawk.Client.EmuHawk
{
if (TasView.HorizontalOrientation)
{
offsetX = 2;
offsetX = -1;
offsetY = 5;
}