1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 18:32:56 +08:00

Small format

This commit is contained in:
Gyoshi 2023-05-23 15:11:27 +02:00
parent 1b32370c6a
commit 7b1e8ede54

View File

@ -402,8 +402,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
for (int tickIndex = 0; tickIndex <= largestDivisor; tickIndex++)
{
int divisor = BindableBeatDivisor.GetDivisorForBeatIndex(tickIndex, largestDivisor, (int[])beatDivisor.ValidDivisors.Value.Presets);
bool isSolidTick = divisor * (largestDivisor - tickIndex) == largestDivisor;
AddInternal(new Tick(isSolidTick, divisor)
{
Anchor = Anchor.CentreLeft,