Skip to content

Commit

Permalink
Update webgl_loader_gltf_transmission.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob authored Jul 13, 2021
1 parent 16b6fe0 commit 59230b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webgl_loader_gltf_transmission.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
mixer = new THREE.AnimationMixer( gltf.scene );
mixer.clipAction( gltf.animations[ 0 ] ).play();
scene.add( gltf.scene );
animate();

} );

Expand Down

0 comments on commit 59230b6

Please sign in to comment.