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