You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a certain amount of time, the scrollMatrix stops functioning because it eventually goes out of bounds.
This can be fixed by resetting the scrollMatrix after it has scrolled the length of the input graphic. Add the following code after data.source.pixels.draw(zone.buffer, zone.drawMatrix); in scroll()
After a certain amount of time, the scrollMatrix stops functioning because it eventually goes out of bounds.
This can be fixed by resetting the scrollMatrix after it has scrolled the length of the input graphic. Add the following code after
data.source.pixels.draw(zone.buffer, zone.drawMatrix);
inscroll()
The text was updated successfully, but these errors were encountered: