sunag 5 yıl önce
ebeveyn
işleme
9ce6500bff

+ 1 - 1
examples/jsm/nodes/materials/NodeMaterial.js

@@ -96,7 +96,7 @@ NodeMaterial.prototype.getHash = function () {
 	hash += '"vertex":' + this.vertex.getHash() + ',\n';
 	hash += '"vertex":' + this.vertex.getHash() + ',\n';
 	hash += '"fragment":' + this.fragment.getHash() + '\n';
 	hash += '"fragment":' + this.fragment.getHash() + '\n';
 
 
-	hash += '}'
+	hash += '}';
 
 
 	return hash;
 	return hash;
 
 

粤ICP备19079148号