Sfoglia il codice sorgente

Merge pull request #14376 from rtpHarry/patch-1

fix typo in GLTFLoader example comments
Mr.doob 7 anni fa
parent
commit
1c7cadc037
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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' );