فهرست منبع

NodeBuilder: Remove extra comma

martinRenou 5 سال پیش
والد
کامیت
bba9777f2f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 = {