Fix typo.

This commit is contained in:
Dean Herbert 2017-04-06 13:14:52 +09:00
parent e299d7286e
commit 042aa787a5
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public abstract class TaikoHitObject : HitObject
public const float CIRCLE_RADIUS = 42f;
/// <summary>
/// The time taken from the initial (off-screen) spawn position to the centre of the hit target for a <see cref="ControlPoint.BeatLength"/> of 1000>ms.
/// The time taken from the initial (off-screen) spawn position to the centre of the hit target for a <see cref="ControlPoint.BeatLength"/> of 1000ms.
/// </summary>
private const double scroll_time = 6000;