mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 05:33:07 +08:00
Fix up distance -> positional length comments.
This commit is contained in:
parent
41f912836a
commit
ae7547bbda
@ -4,12 +4,12 @@
|
|||||||
namespace osu.Game.Modes.Objects.Types
|
namespace osu.Game.Modes.Objects.Types
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A HitObject that has a distance.
|
/// A HitObject that has a positional length.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IHasDistance : IHasEndTime
|
public interface IHasDistance : IHasEndTime
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The distance of the HitObject.
|
/// The positional length of the HitObject.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
double Distance { get; }
|
double Distance { get; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user