提交 06ff0d65 编写于 作者: M Mr.doob

Merge commit 'e510143c' into dev

......@@ -443,6 +443,7 @@ THREE.glTFLoader.prototype.load = function( url, callback ) {
ShaderDelegate.prototype.resourceAvailable = function(data, ctx) {
theLoader.shadersLoaded ++;
theLoader.shaders[ctx.id] = data;
theLoader.checkComplete();
return true;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册