Jelajahi Sumber

Removed unused var

Michael Guerrero 10 tahun lalu
induk
melakukan
f5572ff7a4
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      examples/js/BlendCharacter.js

+ 0 - 1
examples/js/BlendCharacter.js

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

粤ICP备19079148号