Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Use colorSpace (#8339)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerknose authored Jul 21, 2023
1 parent 3a59f3b commit bfb2169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ export default async function createReadableTexture(
}
finalTexture.wrapS = map.wrapS
finalTexture.wrapT = map.wrapT
finalTexture.encoding = map.encoding
finalTexture.colorSpace = map.colorSpace
return finalTexture
}

0 comments on commit bfb2169

Please sign in to comment.