1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Add temporary workaround for crash.

This commit is contained in:
Dean Herbert 2016-12-05 21:09:17 +09:00
parent 8fc8ca3998
commit 3056bbda5d

View File

@ -113,7 +113,9 @@ namespace osu.Game.Overlays.Toolbar
Add(s);
s.FadeInFromZero(200);
//todo: fix this... clock dependencies are a pain
if (s.Clock != null)
s.FadeInFromZero(200);
});
}
}