소스 검색

Removed unused var

Michael Guerrero 9 년 전
부모
커밋
f5572ff7a4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/js/BlendCharacter.js

+ 0 - 1
examples/js/BlendCharacter.js

@@ -6,7 +6,6 @@ THREE.BlendCharacter = function () {
 
 	this.weightSchedule = [];
 	this.warpSchedule = [];
-	this.mixer;
 
 	this.load = function ( url, onLoad ) {