diff options
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index c74c1ad8..a8ec407f 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -2459,6 +2459,7 @@ void ALCcontext::init() { auxslots = ALeffectslot::CreatePtrArray(1); (*auxslots)[0] = mDefaultSlot.get(); + mDefaultSlot->mState = SlotState::Playing; } mActiveAuxSlots.store(auxslots, std::memory_order_relaxed); |