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

Loader does not inform other loaders of updates #8

Open
spillerrec opened this issue Mar 15, 2014 · 0 comments
Open

Loader does not inform other loaders of updates #8

spillerrec opened this issue Mar 15, 2014 · 0 comments
Labels

Comments

@spillerrec
Copy link
Owner

Files are loaded into a static cache, as other widgets most likely will need the same files. However if one loader attempts to load a file the other loader is currently loading, it will think it is already done loading.

This way the loader might think it is finished loading before the other loaders are done loading files it depends on. This would cause parts not to appear in the converted mesh, as it is done immediately after the loader finishes.

@spillerrec spillerrec added the bug label Mar 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant