Skip to content

Commit 95d2a05

Browse files
authored
BoxHelper: Clean up. (#24105)
1 parent 0df8940 commit 95d2a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/BoxHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BoxHelper extends LineSegments {
9393

9494
copy( source ) {
9595

96-
LineSegments.prototype.copy.call( this, source );
96+
super.copy( source );
9797

9898
this.object = source.object;
9999

0 commit comments

Comments
 (0)