mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Revert "Fix FunkinSound
not resuming after focus"
This reverts commit d6b3e2a9cf
.
This commit is contained in:
parent
fb9fd57210
commit
4168962fec
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)
|
||||
if (!_alreadyPaused && this._shouldPlay)
|
||||
{
|
||||
resume();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue