Browse Source

fixed accidental paste

Lewy Blue 7 years ago
parent
commit
b70047c3c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -3898,7 +3898,7 @@
 
 			for ( var i = 0; i < this.vertices.length; ++ i ) {
 
-				this.vertices[ i ].copy( returnVar.verthis.vertices[ i ].copy( returnVar.vertices[ i ] );
+				this.vertices[ i ].copy( returnVar.vertices[ i ] );
 
 			}