소스 검색

[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(_) {
 		options.find("#remove").click(function(_) {
 			var options = selectElement.children().elements();
 			var options = selectElement.children().elements();