Skip to content

Commit

Permalink
v4.10.2 [ci-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed May 29, 2024
1 parent 6e3fe2a commit e1805d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/io/formats/gltf.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ var codec = new Codec('gltf', {
Outliner.root.forEach(node => {
if (node instanceof Group) {
let armature = buildSkinnedMesh(node, options.scale);
console.log(armature)
gl_scene.add(armature);
} else {
gl_scene.add(node.mesh);
Expand Down

0 comments on commit e1805d5

Please sign in to comment.