This commit is contained in:
2026-01-29 12:02:17 +01:00
parent 01992ca864
commit e64a36e178
2 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ void shiftGivenRectangleRight(short x1, short y1, short x2, short y2, unsigned c
if (src_x >= 0 && src_x <= PANEL_MAX_X) {
color = getPixelColor(src_x, y);
}
if (dest_x >= 0 && dest_x <= PANEL_MAX_X) {
setPixel(dest_x, y, color);
}