Browse Source

semicolon

sunag 5 năm trước cách đây
mục cha
commit
9ce6500bff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;