diff --git a/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs b/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs index bfeb84d5ac..8de444c5ba 100644 --- a/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs +++ b/src/BizHawk.Client.Common/Api/Classes/GuiApi.cs @@ -342,7 +342,7 @@ namespace BizHawk.Client.Common try { var r = Get2DRenderer(surfaceID); - r.DrawLine(color ?? _defaultForeground, x, y, x + 1, y); + r.DrawLine(color ?? _defaultForeground, x, y, x, y); } catch (Exception) {