aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/LocaleButton.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/Game/LocaleButton.gd')
-rw-r--r--game/src/Game/LocaleButton.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/Game/LocaleButton.gd b/game/src/Game/LocaleButton.gd
index 5bf8e32..30a2dab 100644
--- a/game/src/Game/LocaleButton.gd
+++ b/game/src/Game/LocaleButton.gd
@@ -71,6 +71,7 @@ func reset_setting() -> void:
# REQUIREMENTS:
# * SS-58
+# * UIFUN-323
func _on_item_selected(index : int) -> void:
if _valid_index(index):
TranslationServer.set_locale(get_item_metadata(index))