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

Apply the review comment to error message

Takahiro 7 жил өмнө
parent
commit
5f997d3169

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -1438,7 +1438,7 @@ THREE.GLTFLoader = ( function () {
 
 
 			loader.load( resolveURL( bufferDef.uri, options.path ), resolve, undefined, function () {
 			loader.load( resolveURL( bufferDef.uri, options.path ), resolve, undefined, function () {
 
 
-				reject( new Error( 'THREE.GLTFLoader: Failed to load Buffer "' + bufferDef.uri + '".' ) );
+				reject( new Error( 'THREE.GLTFLoader: Failed to load buffer "' + bufferDef.uri + '".' ) );
 
 
 			} );
 			} );