Browse Source

[spray] Fix set to ground button

Clément Espeute 6 months ago
parent
commit
fff388b6b6
1 changed files with 1 additions and 1 deletions
  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();