Explorar o código

fix typo in GLTFLoader example comments

typo said `progresses` but should have been `progress`. Reworded line instead to meet minimum pull request size and provide clarity.
Matthew Harris %!s(int64=7) %!d(string=hai) anos
pai
achega
aa7cde8ede
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/examples/loaders/GLTFLoader.html

+ 1 - 1
docs/examples/loaders/GLTFLoader.html

@@ -60,7 +60,7 @@
 				gltf.asset; // Object
 
 			},
-			// called when loading is in progresses
+			// called while loading is progressing
 			function ( xhr ) {
 
 				console.log( ( xhr.loaded / xhr.total * 100 ) + '% loaded' );