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:
parent
7059e4bf94
commit
3fc8c23fe4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user