fix: hardcoded localization load (en) removed from scene player
This commit is contained in:
parent
796878b0ab
commit
842813ddb4
|
|
@ -71,7 +71,6 @@ func _ready() -> void:
|
|||
skip_control.skip.connect(skip_text)
|
||||
|
||||
if get_tree().root.get_child(-1) == self:
|
||||
TranslationServer.set_locale("en")
|
||||
play_scene()
|
||||
story_array = story_array
|
||||
progress = progress
|
||||
|
|
|
|||
Loading…
Reference in New Issue