Browse Source

Examples: Fix ESlint error. (#24859)

linbingquan 2 năm trước cách đây
mục cha
commit
b7afe62e52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgl_nodes_loader_materialx.html

+ 1 - 1
examples/webgl_nodes_loader_materialx.html

@@ -69,7 +69,7 @@
 			];
 
 			let camera, scene, renderer, prefab;
-			let models = [];
+			const models = [];
 
 			init();