mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Why AbandonedMutexException?
This commit is contained in:
@ -66,7 +66,7 @@ namespace osu.Game.IO.Legacy
|
||||
public DateTime ReadDateTime()
|
||||
{
|
||||
long ticks = ReadInt64();
|
||||
if (ticks < 0) throw new AbandonedMutexException("oops");
|
||||
if (ticks < 0) throw new IOException("Bad ticks count read!");
|
||||
return new DateTime(ticks, DateTimeKind.Utc);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user