We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeaacf7 commit a356b4eCopy full SHA for a356b4e
src/platform/graphics/webgl/webgl-texture.js
@@ -488,7 +488,7 @@ class WebglTexture {
488
resMult = 1 / Math.pow(2, mipLevel);
489
for (face = 0; face < texture.slices; face++) {
490
const texData = mipObject[face];
491
- if (!texture._levelsUpdated[0][face] || !texData)
+ if (!texture._levelsUpdated[0][face])
492
continue;
493
494
if (texture._compressed) {
0 commit comments