mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 19:22:56 +08: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 object beatmapLock;
|
||||
private object beatmapLock = new object();
|
||||
public Beatmap Beatmap
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user