eva-engine / eva.js

Eva.js is a front-end game engine specifically for creating interactive game projects.
https://eva.js.org
MIT License
1.75k stars 108 forks source link

fix: resource can't loaded #165

Closed fanmingfei closed 2 years ago

fanmingfei commented 2 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:

fanmingfei commented 2 years ago

preload 是true的情况下。调用preload,但是此资源已经被loadResource或者loadSingle,但是还没有给complete的情况下,会导致progress无法完成。