Quellcode durchsuchen

Fixed a typo in the interpolant constructor

anvaka vor 9 Jahren
Ursprung
Commit
dd87b570ef
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 ) {