The library isn't looping my sounds, even with the setting mLoopCount set to -1.
Why is this line commented?
It will always run the
return FALSE on the next line and invalidate some lines of code.
The loop will work again if I uncomment this line and line 401.
The library isn't looping my sounds, even with the setting mLoopCount set to -1.
Why is this line commented?
libmodplug/src/sndmix.cpp
Line 368 in d7ba5ef
It will always run the
return FALSEon the next line and invalidate some lines of code.The loop will work again if I uncomment this line and line 401.