Explorar el Código

Removed unused var

Michael Guerrero hace 9 años
padre
commit
f5572ff7a4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 ) {
 

粤ICP备19079148号