mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
A bit of cleanup
This commit is contained in:
@ -5,7 +5,7 @@ using osu.Framework.Graphics.Shapes;
|
||||
namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a spanning point on a <see cref="Timeline"/>.
|
||||
/// Represents a spanning point on a timeline part.
|
||||
/// </summary>
|
||||
internal class DurationVisualisation : Container
|
||||
{
|
||||
|
@ -5,7 +5,7 @@ using osu.Framework.Graphics.Shapes;
|
||||
namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Visualisations
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a singular point on a <see cref="Timeline"/>.
|
||||
/// Represents a singular point on a timeline part.
|
||||
/// </summary>
|
||||
internal class PointVisualisation : Box
|
||||
{
|
||||
|
Reference in New Issue
Block a user