mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
CI fixes
This commit is contained in:
parent
f1db7db259
commit
d75bf55c58
@ -33,7 +33,7 @@ namespace osu.Game.Screens.Play.HUD.ArgonHealthDisplayParts
|
||||
}
|
||||
}
|
||||
|
||||
private float startProgress = 0f;
|
||||
private float startProgress;
|
||||
|
||||
public float StartProgress
|
||||
{
|
||||
@ -161,7 +161,7 @@ namespace osu.Game.Screens.Play.HUD.ArgonHealthDisplayParts
|
||||
public UniformFloat EndProgress;
|
||||
public UniformFloat PathRadius;
|
||||
public UniformFloat Padding;
|
||||
private UniformPadding8 pad;
|
||||
private readonly UniformPadding8 pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ namespace osu.Game.Screens.Play.HUD.ArgonHealthDisplayParts
|
||||
}
|
||||
}
|
||||
|
||||
private float startProgress = 0f;
|
||||
private float startProgress;
|
||||
|
||||
public float StartProgress
|
||||
{
|
||||
@ -220,7 +220,7 @@ namespace osu.Game.Screens.Play.HUD.ArgonHealthDisplayParts
|
||||
public UniformFloat PathRadius;
|
||||
public UniformFloat Padding;
|
||||
public UniformFloat GlowPortion;
|
||||
private UniformPadding4 pad;
|
||||
private readonly UniformPadding4 pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user