We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363f099 commit 3565635Copy full SHA for 3565635
1 file changed
src/chips/cgia.c
@@ -917,7 +917,10 @@ void cgia_encode_sprite_both(
917
}
918
919
--width;
920
- ++line_data;
+ if (mirror)
921
+ --line_data;
922
+ else
923
+ ++line_data;
924
925
926
else {
@@ -942,7 +945,10 @@ void cgia_encode_sprite_both(
942
945
943
946
944
947
948
949
950
951
952
953
954
0 commit comments