1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00
This commit is contained in:
alex 2020-05-04 18:26:12 -07:00
parent 59dd523d27
commit c987af988c

View File

@ -23,7 +23,7 @@ namespace osu.Game.Screens
{
/// <summary>
/// The amount of negative padding that should be applied to game background content which touches both the left and right sides of the screen.
/// This allows for the game content to be pushed byt he options/notification overlays without causing black areas to appear.
/// This allows for the game content to be pushed by the options/notification overlays without causing black areas to appear.
/// </summary>
public const float HORIZONTAL_OVERFLOW_PADDING = 50;