This commit is contained in:
alex 2020-05-04 18:26:12 -07:00
parent 59dd523d27
commit c987af988c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public abstract class OsuScreen : Screen, IOsuScreen, IHasDescription
{ {
/// <summary> /// <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. /// 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> /// </summary>
public const float HORIZONTAL_OVERFLOW_PADDING = 50; public const float HORIZONTAL_OVERFLOW_PADDING = 50;