Browse Source

Removed unused var

Michael Guerrero 9 years ago
parent
commit
f5572ff7a4
1 changed files with 0 additions and 1 deletions
  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 ) {