mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-05 19:58:09 +00:00
Revert "Fix FunkinSound
not resuming after focus"
This reverts commit d6b3e2a9cf
.
This commit is contained in:
parent
fb9fd57210
commit
4168962fec
|
@ -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