mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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; }
|
public double TimeSinceLastBeat { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How many baets per beatlength to trigger. Defaults to 1.
|
/// How many beats per beatlength to trigger. Defaults to 1.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Divisor { get; set; } = 1;
|
public int Divisor { get; set; } = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user