Skip to content

Commit

Permalink
fix: KHR_techniques_webgl parse texture bug
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Aug 17, 2021
1 parent caa9f38 commit f45879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/GLTFExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export const KHR_techniques_webgl = {
}

if (imageIndex !== undefined) {
map[textureInfos[name].index] = true;
map[imageIndex] = true;
}
}
}
Expand Down

0 comments on commit f45879e

Please sign in to comment.