sunag 5 lat temu
rodzic
commit
9ce6500bff
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/jsm/nodes/materials/NodeMaterial.js

+ 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;