Kaynağa Gözat

Variable non assigned set to undefined in UCSCharacter

Tristan Valcke 8 yıl önce
ebeveyn
işleme
950c6b467c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      examples/js/UCSCharacter.js

+ 2 - 2
examples/js/UCSCharacter.js

@@ -8,8 +8,8 @@ THREE.UCSCharacter = function() {
 
 
 	this.root = new THREE.Object3D();
 	this.root = new THREE.Object3D();
 
 
-	this.numSkins;
-	this.numMorphs;
+	this.numSkins = undefined;
+	this.numMorphs = undefined;
 
 
 	this.skins = [];
 	this.skins = [];
 	this.materials = [];
 	this.materials = [];