This commit is contained in:
2026-02-25 15:22:26 +01:00
parent aa0e6f55b9
commit 74b2ff997e

View File

@@ -203,7 +203,7 @@
(displayln "Continuing ao play thread")
(mutex-lock (ao-shm-mutex shm))
(set-ao-shm-paused! shm pause)
(mutex-unlock (ao-shm-mutex.shm))
(mutex-unlock (ao-shm-mutex shm))
(os-semaphore-post (ao-shm-pause-sem shm)))
)
)