mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 07:42:55 +08:00
Adjust comments and formatting of comments
This commit is contained in:
parent
4248453616
commit
48f7e0163c
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Select.FooterV2
|
||||
private const int corner_radius = 10;
|
||||
private const int transition_length = 500;
|
||||
|
||||
//Accounts for corner radius margin on bottom, would be 12
|
||||
// This should be 12 by design, but an extra allowance is added due to the corner radius specification.
|
||||
public const float SHEAR_WIDTH = 13.5f;
|
||||
|
||||
public Bindable<Visibility> OverlayState = new Bindable<Visibility>();
|
||||
|
Loading…
Reference in New Issue
Block a user