mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09:00
Save on disposal
This commit is contained in:
parent
b7adb4b1fd
commit
fd3ab41731
@ -176,6 +176,12 @@ namespace osu.Game.Collections
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void Dispose(bool isDisposing)
|
||||||
|
{
|
||||||
|
base.Dispose(isDisposing);
|
||||||
|
save();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class BeatmapCollection
|
public class BeatmapCollection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user