This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace assets map Mutex with a RWMutex (#1146)
Once the assets map is loaded, it shouldn't change often. So, soften the read access makes sense (and won't block rendering).
- Loading branch information