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);
});
}
}