Temdog007 7 лет назад
Родитель
Сommit
5836d8a09f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/geometries/TubeGeometry.js

+ 1 - 0
src/geometries/TubeGeometry.js

@@ -226,6 +226,7 @@ TubeBufferGeometry.prototype.toJSON = function () {
 	data.path = this.parameters.path.toJSON();
 
 	return data;
+
 };
 
 export { TubeGeometry, TubeBufferGeometry };

粤ICP备19079148号