mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix typo
This commit is contained in:
parent
87035f8251
commit
d65e37d795
@ -34,7 +34,7 @@ namespace osu.Game.Graphics.Containers
|
||||
public double TimeSinceLastBeat { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// How many baets per beatlength to trigger. Defaults to 1.
|
||||
/// How many beats per beatlength to trigger. Defaults to 1.
|
||||
/// </summary>
|
||||
public int Divisor { get; set; } = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user