1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00
This commit is contained in:
smoogipoo 2019-12-18 17:58:29 +09:00
parent 87035f8251
commit d65e37d795

View File

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