mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
autoPause save fix
This commit is contained in:
parent
aff9ee5312
commit
80a881a5ce
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Preferences
|
|||
|
||||
static function get_autoPause():Bool
|
||||
{
|
||||
return Save.instance.options.autoPause;
|
||||
return Save?.instance?.options?.autoPause ?? true;
|
||||
}
|
||||
|
||||
static function set_autoPause(value:Bool):Bool
|
||||
|
|
Loading…
Add table
Reference in a new issue