Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix avatar labels turning grey when display name changes
Calling `labelMesh.dispose()` with `disposeMaterialAndTextures` set to `true` removed the memoized label materials from the scene without updating the memo. This meant memo entries pointed to empty textures/materials.
- Loading branch information