瀏覽代碼

[spray] Fix set to ground button

Clément Espeute 6 月之前
父節點
當前提交
fff388b6b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hrt/prefab/l3d/MeshSpray.hx

+ 1 - 1
hrt/prefab/l3d/MeshSpray.hx

@@ -962,7 +962,7 @@ class MeshSpray extends Spray {
 			});
 		});
 
-		options.find("#toground").click((e) -> setToGround);
+		options.find("#toground").click((e) -> setToGround());
 
 		options.find("#remove").click(function(_) {
 			var options = selectElement.children().elements();