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,6 +113,8 @@ namespace osu.Game.Overlays.Toolbar
Add(s);
//todo: fix this... clock dependencies are a pain
if (s.Clock != null)
s.FadeInFromZero(200);
});
}