Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fixing save screen not updating when swtiching between load and save
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaasref committed Oct 14, 2020
1 parent 3ace9a2 commit eb1758b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/Screens/SavesScreen/SavesScreen.gd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func _ready() -> void:
func set_mode(mode):
save_mode = mode
emit_signal("mode_changed", mode)
_on_visibility_changed()

func update_save_dir():
saveslots_dir = "user://" + Rakugo.save_folder
Expand Down

0 comments on commit eb1758b

Please sign in to comment.