瀏覽代碼

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 ) {