소스 검색

fixed accidental paste

Lewy Blue 8 년 전
부모
커밋
b70047c3c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ] );
 
 			}