mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-06 05:19:23 +00:00
I can't quite work out the logic behind this fix though I get a consistent hang on the worker threads (both my worker threads get stuck on sem_wait() - Line 181) when the semaphore is destroyed before the thread is joined, and the application never exits. This change resolves this.