mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Fix typo
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user