# | Line 1745 | Line 1745 | static void update_display_static(void) | |
---|---|---|
1745 | // Check for first column from left and first column from right that have changed | |
1746 | if (high) { | |
1747 | if (depth == 1) { | |
1748 | < | x1 = VideoMonitor.x; |
1748 | > | x1 = VideoMonitor.x - 1; |
1749 | for (j=y1; j<=y2; j++) { | |
1750 | p = &the_buffer[j * bytes_per_row]; | |
1751 | p2 = &the_buffer_copy[j * bytes_per_row]; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |