Skip to content

Commit

Permalink
quick fix const to let
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 23, 2023
1 parent 487a634 commit 5731c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/merge-geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function createSkinnedMeshFromMesh(baseSkeleton, mesh){

export async function combine(avatar, options) {

const {
let {
transparentColor = new THREE.Color(1,1,1),
mToonAtlasSize = 4096,
mToonAtlasSizeTransp = 4096,
Expand Down

0 comments on commit 5731c4c

Please sign in to comment.