提交 9e21864f 编写于 作者: M Mr.doob

Audio: Fixed load().

上级 6cd221e0
......@@ -42,9 +42,10 @@ THREE.Audio.prototype.load = function ( file ) {
console.warn( 'THREE.Audio: .load has been deprecated. Please use THREE.AudioLoader.' );
var audioLoader = new THREE.AudioLoader( this.context );
var scope = this;
audioLoader.load( file, function ( buffer ) {
this.setBuffer( buffer );
scope.setBuffer( buffer );
});
return this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册