mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Add temporary workaround for crash.
This commit is contained in:
@ -113,7 +113,9 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
|
|
||||||
Add(s);
|
Add(s);
|
||||||
|
|
||||||
s.FadeInFromZero(200);
|
//todo: fix this... clock dependencies are a pain
|
||||||
|
if (s.Clock != null)
|
||||||
|
s.FadeInFromZero(200);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user