mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
CI Fixes
This commit is contained in:
parent
e16b646014
commit
a0262e32b1
@ -15,9 +15,8 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
public Action<double> OnSeek;
|
public Action<double> OnSeek;
|
||||||
|
|
||||||
private Box fill;
|
private readonly Box fill;
|
||||||
private Box background;
|
private readonly Container handleBase;
|
||||||
private Container handleBase;
|
|
||||||
|
|
||||||
public Color4 FillColour
|
public Color4 FillColour
|
||||||
{
|
{
|
||||||
@ -49,7 +48,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
background = new Box
|
new Box
|
||||||
{
|
{
|
||||||
Name = "Background",
|
Name = "Background",
|
||||||
Anchor = Anchor.BottomLeft,
|
Anchor = Anchor.BottomLeft,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user