Fix unintended xmldoc tag edit

This commit is contained in:
Dean Herbert 2021-01-22 16:53:31 +09:00
parent bfabb1fdea
commit a5f7ca485b

View File

@ -110,7 +110,7 @@ namespace osu.Game.Graphics.Containers
/// <summary> /// <summary>
/// The percentage of the container to consider the centre-point for deciding the active section (and scrolling to a requested section). /// The percentage of the container to consider the centre-point for deciding the active section (and scrolling to a requested section).
/// </summar> /// </summary>
private const float scroll_y_centre = 0.1f; private const float scroll_y_centre = 0.1f;
public SectionsContainer() public SectionsContainer()