mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 05:52:54 +08:00
Revert "Remove no longer required constant"
This reverts commit 6f4cdccf6c
.
This commit is contained in:
parent
3407a299ef
commit
422531d8ec
@ -27,6 +27,7 @@ namespace osu.Game.Screens.Ranking
|
|||||||
public abstract class ResultsScreen : ScreenWithBeatmapBackground, IKeyBindingHandler<GlobalAction>
|
public abstract class ResultsScreen : ScreenWithBeatmapBackground, IKeyBindingHandler<GlobalAction>
|
||||||
{
|
{
|
||||||
protected const float BACKGROUND_BLUR = 20;
|
protected const float BACKGROUND_BLUR = 20;
|
||||||
|
private static readonly float screen_height = 768 - TwoLayerButton.SIZE_EXTENDED.Y;
|
||||||
|
|
||||||
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
public override bool DisallowExternalBeatmapRulesetChanges => true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user