Rename variable

This commit is contained in:
TheWildTree 2020-02-04 20:17:27 +01:00
parent 268bb73ac6
commit cbfb90983b

View File

@ -21,7 +21,7 @@ namespace osu.Game.Overlays
public class BeatmapSetOverlay : FullscreenOverlay
{
public const float X_PADDING = 40;
public const float TOP_PADDING = 25;
public const float Y_PADDING = 25;
public const float RIGHT_WIDTH = 275;
protected readonly Header Header;