godot
godot copied to clipboard
WorkerThreadPool: Fix wrong pointer used in the case of BinaryMutex
A silly overlook in #93032. I don't get why I didn't run into it.
Fixes #93701.
Tested, no crash. Thanks for the fix 🙏
Thanks!