mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
97fa948e5e
When the decoded audio size is exactly multiples of an internal buffer size, the buffer's size becomes exactly zero when being appended. In this case, createBuffer fails and the application crashes. This change fixes this issue by skipping to append a buffer in such cases. Closes #1635 |
||
---|---|---|
.. | ||
convert | ||
go2cpp | ||
readerdriver |