A bit of cleanup

This commit is contained in:
smoogipoo
2017-09-26 15:51:45 +09:00
parent 5953c1084e
commit 10e5fe40b2
3 changed files with 3 additions and 12 deletions

View File

@ -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
{