mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:59:53 +08:00
CI fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user