mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix remaining issues
This commit is contained in:
@ -151,6 +151,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
public virtual void Close()
|
||||
{
|
||||
if (WasClosed) return;
|
||||
|
||||
WasClosed = true;
|
||||
|
||||
Closed?.Invoke();
|
||||
|
Reference in New Issue
Block a user