mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
missed a line
This commit is contained in:
parent
b7600f77bd
commit
2ffc3d4b98
1 changed files with 2 additions and 0 deletions
|
@ -2541,7 +2541,9 @@ void OTRAudio_SfxCaptureThread() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::unique_lock<std::mutex> Lock(audio.mutex);
|
std::unique_lock<std::mutex> Lock(audio.mutex);
|
||||||
|
#if !defined(__SWITCH__) && !defined(__WIIU__)
|
||||||
ActorAccessibility_DoSoundExtractionStep();
|
ActorAccessibility_DoSoundExtractionStep();
|
||||||
|
#endif
|
||||||
audio.processing = false;
|
audio.processing = false;
|
||||||
audio.cv_from_thread.notify_one();
|
audio.cv_from_thread.notify_one();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue