2
0
Эх сурвалжийг харах

Merge commit 'e510143cdf5e8a882c199a0a3f3585e087b2dbb7' into dev

Mr.doob 10 жил өмнө
parent
commit
06ff0d654d

+ 1 - 0
examples/js/loaders/gltf/glTFLoader.js

@@ -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;
 	};