mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Cleanup.
This commit is contained in:
@ -2,10 +2,8 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Threading.Tasks;
|
||||
using osu.Framework.Logging;
|
||||
using Sentry;
|
||||
|
||||
@ -102,7 +100,7 @@ namespace osu.Game.Utils
|
||||
return;
|
||||
|
||||
isDisposed = true;
|
||||
sentry.Dispose();
|
||||
sentry?.Dispose();
|
||||
sentry = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user