提交 4f886549 编写于 作者: M Mugen87

AnimationLoader: Fix ctor definition.

上级 ba9ec37a
......@@ -14,6 +14,8 @@ function AnimationLoader( manager ) {
AnimationLoader.prototype = Object.assign( Object.create( Loader.prototype ), {
constructor: AnimationLoader,
load: function ( url, onLoad, onProgress, onError ) {
var scope = this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册