mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 01:42:59 +08:00
Trim no longer used constant
This commit is contained in:
parent
7dae93ad66
commit
6fb8ed4d07
@ -14,7 +14,6 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
{
|
{
|
||||||
public class Info : Container
|
public class Info : Container
|
||||||
{
|
{
|
||||||
private const float transition_duration = 250;
|
|
||||||
private const float metadata_width = 175;
|
private const float metadata_width = 175;
|
||||||
private const float spacing = 20;
|
private const float spacing = 20;
|
||||||
private const float base_height = 220;
|
private const float base_height = 220;
|
||||||
|
Loading…
Reference in New Issue
Block a user