mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Merge remote-tracking branch 'origin/bugfix/audio-focus' into feature/2hot-death-animation
This commit is contained in:
commit
5b486e5634
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class FunkinSound extends FlxSound implements ICloneable<FunkinSound>
|
|||
*/
|
||||
override function onFocus():Void
|
||||
{
|
||||
if (!_alreadyPaused && this._shouldPlay)
|
||||
if (!_alreadyPaused)
|
||||
{
|
||||
resume();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue