mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 17:12:59 -07:00
Fix: Hang on exit game and CC is enabled (#2427)
Happens during dev - might affect release, so PRing this.
This commit is contained in:
parent
5771e6cd1f
commit
8a76a3aa83
1 changed files with 1 additions and 0 deletions
|
@ -604,6 +604,7 @@ extern "C" void InitOTR() {
|
|||
extern "C" void DeinitOTR() {
|
||||
OTRAudio_Exit();
|
||||
#ifdef ENABLE_CROWD_CONTROL
|
||||
CrowdControl::Instance->Disable();
|
||||
CrowdControl::Instance->Shutdown();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue