Explorar el Código

Merge pull request #7845 from anvaka/fix_intepolant

Fixed a typo in the interpolant constructor
Mr.doob hace 9 años
padre
commit
a8d1767b60
Se han modificado 1 ficheros con 1 adiciones y 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 ) {