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

Fixes the prepare system in v5 #5834

Merged
merged 2 commits into from Jun 26, 2019
Merged

Fixes the prepare system in v5 #5834

merged 2 commits into from Jun 26, 2019

Conversation

themoonrat
Copy link
Member

There were 2 errors here; the first is in Prepare.js, the property on the renderer was renamed in v5 from textureManager to texture. (added a deprecation for this)
Second, the TextureSystem had an assumption in updateTexture that there would be a glTexture, which could end up throwing an error

There were 2 errors here; the first is in Prepare.js, the property on the renderer was renamed in v5 from textureManager to texture. (added a deprecation for this)
Second, the TextureSystem had an assumption in updateTexture that there would be a glTexture, which could end up throwing an error
@codecov-io
Copy link

Codecov Report

Merging #5834 into dev will decrease coverage by <.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #5834      +/-   ##
==========================================
- Coverage   70.56%   70.56%   -0.01%     
==========================================
  Files         205      205              
  Lines       10396    10398       +2     
==========================================
+ Hits         7336     7337       +1     
- Misses       3060     3061       +1
Impacted Files Coverage Δ
packages/core/src/textures/TextureGCSystem.js 39.47% <ø> (ø) ⬆️
packages/core/src/textures/BaseTexture.js 90.06% <ø> (ø) ⬆️
packages/prepare/src/Prepare.js 5% <0%> (ø) ⬆️
packages/core/src/textures/TextureSystem.js 65.49% <50%> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4749be...6ba4fc0. Read the comment docs.

1 similar comment
@codecov-io
Copy link

Codecov Report

Merging #5834 into dev will decrease coverage by <.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #5834      +/-   ##
==========================================
- Coverage   70.56%   70.56%   -0.01%     
==========================================
  Files         205      205              
  Lines       10396    10398       +2     
==========================================
+ Hits         7336     7337       +1     
- Misses       3060     3061       +1
Impacted Files Coverage Δ
packages/core/src/textures/TextureGCSystem.js 39.47% <ø> (ø) ⬆️
packages/core/src/textures/BaseTexture.js 90.06% <ø> (ø) ⬆️
packages/prepare/src/Prepare.js 5% <0%> (ø) ⬆️
packages/core/src/textures/TextureSystem.js 65.49% <50%> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4749be...6ba4fc0. Read the comment docs.

@bigtimebuddy bigtimebuddy merged commit ad02fe3 into dev Jun 26, 2019
@englercj englercj deleted the dev-fix-prepare-plugin branch July 3, 2019 04:47
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.

None yet

4 participants