mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 09:33:00 -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() {
|
extern "C" void DeinitOTR() {
|
||||||
OTRAudio_Exit();
|
OTRAudio_Exit();
|
||||||
#ifdef ENABLE_CROWD_CONTROL
|
#ifdef ENABLE_CROWD_CONTROL
|
||||||
|
CrowdControl::Instance->Disable();
|
||||||
CrowdControl::Instance->Shutdown();
|
CrowdControl::Instance->Shutdown();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue