diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-05 00:40:58 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-05 00:40:58 +0600 |
| commit | 8dff0d7252299df7f33efff88e152a9a13495f13 (patch) | |
| tree | 6f9a6bf6b7fa2921811cc91137219fab8f26125b | |
| parent | 4f586dd97278fdad3b73fb35db784c76afffacf5 (diff) | |
музыка не останавливалась после смены языка
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/ui/OptionsTable.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/com/ilotterytea/maxoning/ui/OptionsTable.java b/core/src/com/ilotterytea/maxoning/ui/OptionsTable.java index 983da5e..2dbe61f 100644 --- a/core/src/com/ilotterytea/maxoning/ui/OptionsTable.java +++ b/core/src/com/ilotterytea/maxoning/ui/OptionsTable.java @@ -148,6 +148,7 @@ public class OptionsTable extends Table { switchLangButton.setText(game.locale.FormattedText("options.language", locale.getDisplayLanguage(), locale.getDisplayCountry())); game.setScreen(new SplashScreen(game)); + music.stop(); } }); |
