1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-11-24 01:21:23 +00:00

Small bug

This commit is contained in:
alpine9000
2016-03-14 16:17:06 +11:00
parent ab58ea7f12
commit 199749f913
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -60,7 +60,7 @@ UpdateHoriScrollPos:
bra .done
.switchToLeft:
move.l #1,directionLeft
move.l #SCREEN_WIDTH,hpos
move.l #SCREEN_WIDTH-1,hpos
bra .done
.left:
sub.l #1,hpos