Browse Source

NodeBuilder: Remove extra comma

martinRenou 5 năm trước cách đây
mục cha
commit
bba9777f2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/jsm/nodes/core/NodeBuilder.js

+ 1 - 1
examples/jsm/nodes/core/NodeBuilder.js

@@ -66,7 +66,7 @@ function NodeBuilder() {
 		lights: false,
 		fog: false,
 		transparent: false,
-		irradiance: false,
+		irradiance: false
 	};
 
 	this.includes = {