diff options
Diffstat (limited to 'client/map/items')
-rw-r--r-- | client/map/items/item.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/item.gd b/client/map/items/item.gd index e67edcca..11914eef 100644 --- a/client/map/items/item.gd +++ b/client/map/items/item.gd @@ -58,7 +58,7 @@ func progress(position_: float, speed: float, warn: bool): # if p >= 1.: # finish(warn) -func finish(_warn: bool): +func finish(): progress_instance.visible = false func setup_sounds(): |