Jelajahi Sumber

Fixed a typo in the interpolant constructor

anvaka 9 tahun lalu
induk
melakukan
dd87b570ef
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 ) {