diff options
Diffstat (limited to 'RtAudio.cpp')
| -rwxr-xr-x | RtAudio.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index d87930b..509e949 100755 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -5158,10 +5158,10 @@ void RtApiWasapi::wasapiThread() // if the callback buffer was pushed renderBuffer reset callbackPulled flag
if ( callbackPushed ) {
callbackPulled = false;
+ // tick stream time
+ RtApi::tickStreamTime();
}
- // tick stream time
- RtApi::tickStreamTime();
}
Exit:
|
