mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 23:20:03 +01:00
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.