We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa190 commit 1e38c13Copy full SHA for 1e38c13
examples/js/UCSCharacter.js
@@ -96,7 +96,7 @@ THREE.UCSCharacter = function() {
96
97
for ( var i = 0; i < textureUrls.length; i ++ ) {
98
99
- textures[ i ] = textureLoader.load( baseUrl + textureUrls[ i ], scope.checkLoadingComplete );
+ textures[ i ] = textureLoader.load( baseUrl + textureUrls[ i ], scope.checkLoadComplete );
100
textures[ i ].mapping = THREE.UVMapping;
101
textures[ i ].name = textureUrls[ i ];
102
0 commit comments