From 8dff0d7252299df7f33efff88e152a9a13495f13 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 5 Sep 2022 00:40:58 +0600 Subject: музыка не останавливалась после смены языка MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/ui/OptionsTable.java | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/com/ilotterytea/maxoning') 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(); } }); -- cgit v1.2.3