mirror of
https://github.com/RPCS3/soundtouch.git
synced 2026-08-26 17:16:35 -04:00
fe15975a21
Fixes warning C4267 on MSVC. This assumes that `beats.size()` should never overflow `int` - if that could happen, the API should likely be changed to handle it gracefully.