summaryrefslogtreecommitdiff
path: root/libs/JSystem/src/JAudio2/JASAudioThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/src/JAudio2/JASAudioThread.cpp')
-rw-r--r--libs/JSystem/src/JAudio2/JASAudioThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/src/JAudio2/JASAudioThread.cpp b/libs/JSystem/src/JAudio2/JASAudioThread.cpp
index be06ff5388..8be67f3d60 100644
--- a/libs/JSystem/src/JAudio2/JASAudioThread.cpp
+++ b/libs/JSystem/src/JAudio2/JASAudioThread.cpp
@@ -89,7 +89,7 @@ void* JASAudioThread::run() {
case AUDIOMSG_DSP:
JUT_ASSERT(125, snIntCount != 0);
- snIntCount--;
+ snIntCount -= 1;
if (snIntCount == 0) {
JASProbe::stop(7);
JASDriver::finishDSPFrame();