mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
8b9761940b
This re-enables thread safety checks for WeakPtr. WeakPtrs can't be used on a thread other than the one the WeakPtrFactory was created on. This fixes the unit tests and adds a getUnsafe() method to WeakPtr to work around the remaining unresolved locations where we are using WeakPtr unsafely.