Browse Source

Revert a new line I have wrongly removed

Takahiro 7 năm trước cách đây
mục cha
commit
0cd15ca493
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;