Explorar o código

Fixed a typo in the interpolant constructor

anvaka %!s(int64=9) %!d(string=hai) anos
pai
achega
dd87b570ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Interpolant.js

+ 1 - 1
src/math/Interpolant.js

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