mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-05 06:15:12 +00:00
wrap vpos instead of resetting to 0 on max
This commit is contained in:
parent
7a33c225bd
commit
15b364fe72
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ void decode(int samples) {
|
|||
if (vpos >= bitmap_height)
|
||||
save_buffer();
|
||||
if (vpos >= maximum_height)
|
||||
vpos = 0;
|
||||
vpos -= maximum_height;
|
||||
seperator_counter = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue