Sfoglia il codice sorgente

Revert a new line I have wrongly removed

Takahiro 7 anni fa
parent
commit
0cd15ca493
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      examples/js/loaders/GLTFLoader.js

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

@@ -2051,6 +2051,7 @@ THREE.GLTFLoader = ( function () {
 					geometries.push( geometry );
 
 				}
+
 			}
 
 			return geometries;