Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Mar 29, 2024
1 parent fec2cdf commit dc078a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ void unlockscr(struct vidbuffer* vb_in, int y_start, int y_end) {

// Change pixels
for (int y = 0; y < amiga_height; y++) {
uint8_t* dest = (uint8_t*)&pixels[y * amiag_width];
uint8_t* dest = (uint8_t*)&pixels[y * amiga_width];
memcpy(dest, sptr, amiga_width * 4);
sptr += vb->rowbytes;
}
Expand Down

0 comments on commit dc078a4

Please sign in to comment.