diff options
Diffstat (limited to 'src/JSystem/JAudio2/JAISeq.cpp')
| -rw-r--r-- | src/JSystem/JAudio2/JAISeq.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JSystem/JAudio2/JAISeq.cpp b/src/JSystem/JAudio2/JAISeq.cpp index f54c0ee242..7f9f9132d1 100644 --- a/src/JSystem/JAudio2/JAISeq.cpp +++ b/src/JSystem/JAudio2/JAISeq.cpp @@ -73,10 +73,12 @@ void JAISeq::reserveChildTracks_(int param_0) { track->connectChild(j, track2); } else { JUT_WARN(117, "%s", "JASPoolAllocObject::<JASTrack>::operator new failed .\n"); + continue; } } } else { JUT_WARN(124, "%s", "JASPoolAllocObject::<JASTrack>::operator new failed .\n"); + continue; } } } |
