mirror of
https://github.com/osukey/osukey.git
synced 2025-06-17 01:08:00 +09:00
Fix lock object.
This commit is contained in:
parent
f2b37e1fe7
commit
e69dac7745
@ -43,7 +43,7 @@ namespace osu.Game.Beatmaps
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Beatmap beatmap;
|
private Beatmap beatmap;
|
||||||
private object beatmapLock;
|
private object beatmapLock = new object();
|
||||||
public Beatmap Beatmap
|
public Beatmap Beatmap
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user