WestLangley 9 years ago
parent
commit
63eeb185de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_morphtargets.html

+ 1 - 1
examples/webgl_morphtargets.html

@@ -110,7 +110,7 @@
 
 				// construct 8 blend shapes
 
-				for ( var i = 0; i < geometry.vertices.length; i ++ ) {
+				for ( var i = 0; i < 8; i ++ ) {
 
 					var vertices = [];