Commit bd179535 authored by yu's avatar yu

1

parent 94c5b2a1
......@@ -292,7 +292,7 @@ pg.load = {
return new Promise((resolve, reject) => {
cc.assetManager.loadRemote(url, (err, data) => {
if (err && !data) return resolve(pg.logger.w('loading loadRes warn-> ', res));
resolve(info);
resolve(data);
});
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment