mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 03:01:47 +00:00
Small fix
This commit is contained in:
@@ -118,7 +118,7 @@ main(int argc, char** argv)
|
||||
printf("\tdc.w COLOR00,$%x%x%x\n", pixel.red>>4, pixel.green>>4, pixel.blue>>4);
|
||||
}
|
||||
|
||||
if (line <= 255) {
|
||||
if (line == 255) {
|
||||
printf("\tdc.w $%x,$fffe\n",line<<8|0xe1|1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user