2
0
Эх сурвалжийг харах

Fixed a typo in the interpolant constructor

anvaka 9 жил өмнө
parent
commit
dd87b570ef

+ 1 - 1
src/math/Interpolant.js

@@ -35,7 +35,7 @@ THREE.Interpolant = function(
 
 
 THREE.Interpolant.prototype = {
 THREE.Interpolant.prototype = {
 
 
-	constructor: THREE.Intepolant,
+	constructor: THREE.Interpolant,
 
 
 	evaluate: function( t ) {
 	evaluate: function( t ) {