提交 ba81b9a1 编写于 作者: M Mugen87

JSM: Update modules

上级 429acb4d
......@@ -419,7 +419,7 @@ var AWDLoader = ( function () {
while ( methods_parsed < num_methods ) {
// read method_type before
// read method_type before
this.readU16();
this.parseProperties( null );
this.parseUserAttributes();
......@@ -473,7 +473,7 @@ var AWDLoader = ( function () {
var url = this.readUTFBytes( data_len );
console.log( url );
asset = this.loadTexture(url);
asset = this.loadTexture( url );
asset.userData = {};
asset.userData.name = name;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册