Fix lock object.

This commit is contained in:
Huo Yaoyuan 2016-11-05 20:21:08 +08:00
parent f2b37e1fe7
commit e69dac7745

View File

@ -43,7 +43,7 @@ namespace osu.Game.Beatmaps
}
private Beatmap beatmap;
private object beatmapLock;
private object beatmapLock = new object();
public Beatmap Beatmap
{
get