mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Revert "Remove no longer required constant"
This reverts commit 6f4cdccf6c
.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user