Skip to content

Commit e4c51a3

Browse files
committed
Updated builds.
1 parent e7ac19c commit e4c51a3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build/three.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24611,7 +24611,7 @@
2461124611

2461224612
}
2461324613

24614-
geometry.addAttribute( 'lineDistance', new THREE.Float32BufferAttribute( lineDistances, 1 ) );
24614+
geometry.addAttribute( 'lineDistance', new Float32BufferAttribute( lineDistances, 1 ) );
2461524615

2461624616
} else {
2461724617

@@ -24844,7 +24844,7 @@
2484424844

2484524845
}
2484624846

24847-
geometry.addAttribute( 'lineDistance', new THREE.Float32BufferAttribute( lineDistances, 1 ) );
24847+
geometry.addAttribute( 'lineDistance', new Float32BufferAttribute( lineDistances, 1 ) );
2484824848

2484924849
} else {
2485024850

build/three.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.module.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24605,7 +24605,7 @@ Line.prototype = Object.assign( Object.create( Object3D.prototype ), {
2460524605

2460624606
}
2460724607

24608-
geometry.addAttribute( 'lineDistance', new THREE.Float32BufferAttribute( lineDistances, 1 ) );
24608+
geometry.addAttribute( 'lineDistance', new Float32BufferAttribute( lineDistances, 1 ) );
2460924609

2461024610
} else {
2461124611

@@ -24838,7 +24838,7 @@ LineSegments.prototype = Object.assign( Object.create( Line.prototype ), {
2483824838

2483924839
}
2484024840

24841-
geometry.addAttribute( 'lineDistance', new THREE.Float32BufferAttribute( lineDistances, 1 ) );
24841+
geometry.addAttribute( 'lineDistance', new Float32BufferAttribute( lineDistances, 1 ) );
2484224842

2484324843
} else {
2484424844

0 commit comments

Comments
 (0)