1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-03 15:59:04 +00:00

Merge remote-tracking branch 'origin/bugfix/audio-focus' into feature/2hot-death-animation

This commit is contained in:
EliteMasterEric 2024-02-22 12:59:34 -05:00
commit 5b486e5634

View file

@ -174,7 +174,7 @@ class FunkinSound extends FlxSound implements ICloneable<FunkinSound>
*/
override function onFocus():Void
{
if (!_alreadyPaused && this._shouldPlay)
if (!_alreadyPaused)
{
resume();
}