2
0
Mugen87 5 жил өмнө
parent
commit
7d42498dea

+ 2 - 4
examples/webgl_loader_mmd_audio.html

@@ -52,11 +52,9 @@
 			var clock = new THREE.Clock();
 
 			var startButton = document.getElementById( 'startButton' );
-			startButton.addEventListener( 'click', function() {
+			startButton.addEventListener( 'click', function () {
 
-				Ammo().then( function ( AmmoLib ) {
-
-					Ammo = AmmoLib;
+				Ammo().then( function () {
 
 					init();
 					animate();