提交 58ec0be8 编写于 作者: M Mr.doob

Audio: Fixed typo.

上级 0d2a0fe7
......@@ -148,7 +148,7 @@ THREE.Audio.prototype.setPlaybackRate = function ( value ) {
this.playbackRate = value;
if (this.isPlaying) source.playbackRate.value = this.playbackRate;
if (this.isPlaying) this.source.playbackRate.value = this.playbackRate;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册