1
0
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:
Dean Herbert 2023-02-03 16:26:54 +09:00
parent 4248453616
commit 48f7e0163c

View File

@ -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>();