Update with further framework-side changes

This commit is contained in:
smoogipoo
2019-06-04 11:04:28 +09:00
parent 53a39e9142
commit cea353975f
7 changed files with 10 additions and 28 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Game.Screens.Multi.Match.Components
private class BackgroundSprite : UpdateableBeatmapBackgroundSprite
{
protected override double FadeDuration => 200;
protected override double TransformDuration => 200;
}
}
}