mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 13:27:20 +08:00
More proper fix
This commit is contained in:
parent
3364801221
commit
b429d8f1b3
@ -151,7 +151,7 @@ namespace osu.Game.Screens.Play
|
||||
private const float cube_size = 4;
|
||||
private const float padding = 2;
|
||||
public const float WIDTH = cube_size + padding;
|
||||
public const float HEIGHT = (cube_count * WIDTH) + padding + 1;
|
||||
public const float HEIGHT = cube_count * WIDTH + padding;
|
||||
|
||||
private readonly List<Box> drawableRows = new List<Box>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user