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 abdf8a6 commit 499d812Copy full SHA for 499d812
src/platform/graphics/webgl/webgl-texture.js
@@ -544,7 +544,7 @@ class WebglTexture {
544
resMult = 1 / Math.pow(2, mipLevel);
545
for (face = 0; face < texture.slices; face++) {
546
const texData = mipObject[face];
547
- if (!texture._levelsUpdated[0][face] || !texData)
+ if (!texture._levelsUpdated[0][face])
548
continue;
549
}
550
0 commit comments