fix typo in GLTFLoader example comments
@@ -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' );