Skip to content

Commit ab93512

Browse files
committed
Updated builds.
1 parent a6b3f7e commit ab93512

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build/three.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12954,7 +12954,7 @@ THREE.AnimationAction._new.prototype = {
1295412954
if ( timeScale === 0 ) {
1295512955

1295612956
// motion has halted, pause
12957-
this.pause = true;
12957+
this.paused = true;
1295812958

1295912959
} else {
1296012960

@@ -13007,7 +13007,7 @@ THREE.AnimationAction._new.prototype = {
1300713007

1300813008
} else break handle_stop;
1300913009

13010-
if ( this.clampWhenFinished ) this.pause = true;
13010+
if ( this.clampWhenFinished ) this.paused = true;
1301113011
else this.enabled = false;
1301213012

1301313013
this._mixer.dispatchEvent( {
@@ -28597,6 +28597,7 @@ THREE.WebGLExtensions = function ( gl ) {
2859728597

2859828598
case 'WEBGL_depth_texture':
2859928599
extension = gl.getExtension( 'WEBGL_depth_texture' ) || gl.getExtension( 'MOZ_WEBGL_depth_texture' ) || gl.getExtension( 'WEBKIT_WEBGL_depth_texture' );
28600+
break;
2860028601

2860128602
case 'EXT_texture_filter_anisotropic':
2860228603
extension = gl.getExtension( 'EXT_texture_filter_anisotropic' ) || gl.getExtension( 'MOZ_EXT_texture_filter_anisotropic' ) || gl.getExtension( 'WEBKIT_EXT_texture_filter_anisotropic' );

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)