Skip to content

Commit 1e38c13

Browse files
qinwenshimrdoob
authored andcommitted
Update UCSCharacter.js (mrdoob#8662)
1 parent 98fa190 commit 1e38c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/UCSCharacter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ THREE.UCSCharacter = function() {
9696

9797
for ( var i = 0; i < textureUrls.length; i ++ ) {
9898

99-
textures[ i ] = textureLoader.load( baseUrl + textureUrls[ i ], scope.checkLoadingComplete );
99+
textures[ i ] = textureLoader.load( baseUrl + textureUrls[ i ], scope.checkLoadComplete );
100100
textures[ i ].mapping = THREE.UVMapping;
101101
textures[ i ].name = textureUrls[ i ];
102102

0 commit comments

Comments
 (0)