mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make method static
This commit is contained in:
@ -212,7 +212,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
Anchor = Anchor.TopLeft,
|
||||
Origin = Anchor.TopCentre,
|
||||
RelativePositionAxes = Axes.X,
|
||||
Colour = beatDivisor.GetColourFor(t, colours),
|
||||
Colour = BindableBeatDivisor.GetColourFor(t, colours),
|
||||
X = getMappedPosition(t)
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user