Revert "Remove no longer required constant"

This reverts commit 6f4cdccf6c.
This commit is contained in:
Salman Ahmed 2022-05-09 10:35:13 +03:00
parent 3407a299ef
commit 422531d8ec

View File

@ -27,6 +27,7 @@ namespace osu.Game.Screens.Ranking
public abstract class ResultsScreen : ScreenWithBeatmapBackground, IKeyBindingHandler<GlobalAction>
{
protected const float BACKGROUND_BLUR = 20;
private static readonly float screen_height = 768 - TwoLayerButton.SIZE_EXTENDED.Y;
public override bool DisallowExternalBeatmapRulesetChanges => true;