2
0
Michael Herzog 3 жил өмнө
parent
commit
95d2a0542a

+ 1 - 1
src/helpers/BoxHelper.js

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