Skip to content

Commit dd7def0

Browse files
committed
Updated builds.
1 parent 3d220dc commit dd7def0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build/three.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16475,6 +16475,7 @@ THREE.Audio.prototype = Object.assign( Object.create( THREE.Object3D.prototype )
1647516475

1647616476
this.source.stop();
1647716477
this.startTime = this.context.currentTime;
16478+
this.isPlaying = false;
1647816479

1647916480
return this;
1648016481

@@ -16491,6 +16492,7 @@ THREE.Audio.prototype = Object.assign( Object.create( THREE.Object3D.prototype )
1649116492

1649216493
this.source.stop();
1649316494
this.startTime = 0;
16495+
this.isPlaying = false;
1649416496

1649516497
return this;
1649616498

build/three.min.js

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

0 commit comments

Comments
 (0)