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 ff111e5 commit 0f4dd31Copy full SHA for 0f4dd31
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