1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:57:52 +08:00

Remove unnecessary SetReplayScore call in ModCinema

This commit is contained in:
Dean Herbert 2022-03-29 16:49:52 +09:00
parent 7059e4bf94
commit 3fc8c23fe4

View File

@ -14,8 +14,6 @@ namespace osu.Game.Rulesets.Mods
{
public virtual void ApplyToDrawableRuleset(DrawableRuleset<T> drawableRuleset)
{
drawableRuleset.SetReplayScore(CreateReplayScore(drawableRuleset.Beatmap, drawableRuleset.Mods));
// AlwaysPresent required for hitsounds
drawableRuleset.AlwaysPresent = true;
drawableRuleset.Hide();