diff --git a/src/Overlay.cpp b/src/Overlay.cpp index c5286fa..f6702a0 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -123,7 +123,7 @@ void Overlay::draw() { p.drawLine(0, 0, w, 0); p.drawLine(0, h / 2, w, h / 2); - p.drawLine(0, h, w, h); + p.drawLine(0, h - 1, w, h - 1); drawTexture(&hud); }