Michael Herzog 3 лет назад
Родитель
Сommit
95d2a0542a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/helpers/BoxHelper.js

+ 1 - 1
src/helpers/BoxHelper.js

@@ -93,7 +93,7 @@ class BoxHelper extends LineSegments {
 
 	copy( source ) {
 
-		LineSegments.prototype.copy.call( this, source );
+		super.copy( source );
 
 		this.object = source.object;