mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Merge pull request #296 from FunkinCrew/bugfix/play-pause-button
Stop audio playback when starting playtest, fixing the button icon.
This commit is contained in:
commit
969626c8f8
1 changed files with 1 additions and 0 deletions
|
@ -5238,6 +5238,7 @@ class ChartEditorState extends UIState // UIState derives from MusicBeatState
|
|||
autoSave(true);
|
||||
|
||||
stopWelcomeMusic();
|
||||
stopAudioPlayback();
|
||||
|
||||
var startTimestamp:Float = 0;
|
||||
if (playtestStartTime) startTimestamp = scrollPositionInMs + playheadPositionInMs;
|
||||
|
|
Loading…
Reference in a new issue