1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

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