Browse Source

semicolon

sunag 5 years ago
parent
commit
9ce6500bff
1 changed files with 1 additions and 1 deletions
  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;