浏览代码

Variable non assigned set to undefined in UCSCharacter

Tristan Valcke 8 年之前
父节点
当前提交
950c6b467c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.numSkins;
-	this.numMorphs;
+	this.numSkins = undefined;
+	this.numMorphs = undefined;
 
 	this.skins = [];
 	this.materials = [];