Browse Source

Removed unused var

Michael Guerrero 9 năm trước cách đây
mục cha
commit
f5572ff7a4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 ) {