Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a bug in GLTF cache #448

Merged
merged 1 commit into from
Jul 6, 2018
Merged

Fix a bug in GLTF cache #448

merged 1 commit into from
Jul 6, 2018

Conversation

mqp
Copy link
Contributor

@mqp mqp commented Jul 5, 2018

Previously, if multiple models with the same source started loading before the first one finished, instead of loading once and then reusing the result, they would all just see a cache miss and load independently. This is a realistic occurrence because it's what happens if you join a room with a bunch of people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant