Fix follow points not starting at correct time

This commit is contained in:
Dean Herbert 2020-04-06 13:04:46 +09:00
parent 33c64428a8
commit a4b4b7df21
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public Drawable GetDrawableComponent(ISkinComponent component)
switch (osuComponent.Component)
{
case OsuSkinComponents.FollowPoint:
return this.GetAnimation(component.LookupName, true, false, true);
return this.GetAnimation(component.LookupName, true, false, true, startAtCurrentTime: false);
case OsuSkinComponents.SliderFollowCircle:
var followCircle = this.GetAnimation("sliderfollowcircle", true, true, true);