a
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user