浏览代码

Update UCSCharacter.js (#8662)

Wen 9 年之前
父节点
当前提交
1e38c13014
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/UCSCharacter.js

+ 1 - 1
examples/js/UCSCharacter.js

@@ -96,7 +96,7 @@ THREE.UCSCharacter = function() {
 
 		for ( var i = 0; i < textureUrls.length; i ++ ) {
 
-			textures[ i ] = textureLoader.load( baseUrl + textureUrls[ i ], scope.checkLoadingComplete );
+			textures[ i ] = textureLoader.load( baseUrl + textureUrls[ i ], scope.checkLoadComplete );
 			textures[ i ].mapping = THREE.UVMapping;
 			textures[ i ].name = textureUrls[ i ];