mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
JAudio2 debug (#2996)
This commit is contained in:
@@ -689,8 +689,9 @@ void JASAramStream::channelStart() {
|
||||
|
||||
void JASAramStream::channelStop(u16 i_directRelease) {
|
||||
for (int i = 0; i < mChannelNum; i++) {
|
||||
if (mChannels[i] != NULL) {
|
||||
mChannels[i]->release(i_directRelease);
|
||||
JASChannel* channel = mChannels[i];
|
||||
if (channel != NULL) {
|
||||
channel->release(i_directRelease);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user