1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

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>
/// 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;
public SectionsContainer()