mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
More proper fix
This commit is contained in:
@ -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>();
|
||||
|
||||
|
Reference in New Issue
Block a user