Pārlūkot izejas kodu

Revert a new line I have wrongly removed

Takahiro 7 gadi atpakaļ
vecāks
revīzija
0cd15ca493
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;