summaryrefslogtreecommitdiff
path: root/godot/scenes/weapons/pistol.gd
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/weapons/pistol.gd')
-rw-r--r--godot/scenes/weapons/pistol.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/scenes/weapons/pistol.gd b/godot/scenes/weapons/pistol.gd
index 10130a7..6792b33 100644
--- a/godot/scenes/weapons/pistol.gd
+++ b/godot/scenes/weapons/pistol.gd
@@ -60,5 +60,5 @@ func attack1():
if hit.has_method("net_apply_impulse"):
hit.rpc("net_apply_impulse", -150*player_owner.melee_ray.global_transform.basis.z)
-func mouse_input(_m1: float, _m3: float, m2: float) -> void:
+func mouse_input(_m1: float, _m3: float, _m2: float) -> void:
pass