Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avm1: Improve loops treatment in Sound.start
The second argument of Sound.start, loops, can be greater than std::u16::MAX, but previously greater values were treated as 1. Ideally, the solution is to respect those values, but since SoundInfo holds a u16, a short-term solution is to treat them as std::u16::MAX instead.
- Loading branch information