2
0
sunag 5 жил өмнө
parent
commit
9ce6500bff

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

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