Skip to content

Commit 1e7a586

Browse files
akjavamrdoob
authored andcommitted
Typo of BooleanKeyframeTrack and StringKeyframeTrack (mrdoob#8675)
* Update BooleanKeyframeTrack.js * Update StringKeyframeTrack.js
1 parent 5ddffee commit 1e7a586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/animation/tracks/BooleanKeyframeTrack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ THREE.BooleanKeyframeTrack.prototype =
2222
ValueTypeName: 'bool',
2323
ValueBufferType: Array,
2424

25-
DefaultInterpolation: THREE.IntepolateDiscrete,
25+
DefaultInterpolation: THREE.InterpolateDiscrete,
2626

2727
InterpolantFactoryMethodLinear: undefined,
2828
InterpolantFactoryMethodSmooth: undefined

src/animation/tracks/StringKeyframeTrack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ THREE.StringKeyframeTrack.prototype =
2222
ValueTypeName: 'string',
2323
ValueBufferType: Array,
2424

25-
DefaultInterpolation: THREE.IntepolateDiscrete,
25+
DefaultInterpolation: THREE.InterpolateDiscrete,
2626

2727
InterpolantFactoryMethodLinear: undefined,
2828

0 commit comments

Comments
 (0)