Skip to content

Commit

Permalink
TextureUtilsGPU: Fix decompress().
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Sep 9, 2024
1 parent b74997e commit ac0a97b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/jsm/utils/TextureUtilsGPU.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export async function decompress( blitTexture, maxTextureSize = Infinity, render
readableTexture.magFilter = blitTexture.magFilter;
readableTexture.wrapS = blitTexture.wrapS;
readableTexture.wrapT = blitTexture.wrapT;
readableTexture.flipY = blitTexture.flipY;
readableTexture.colorSpace = blitTexture.colorSpace;
readableTexture.name = blitTexture.name;

Expand Down

0 comments on commit ac0a97b

Please sign in to comment.