1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Fix CI issues

This commit is contained in:
Lucas A 2019-08-10 14:23:37 +02:00
parent 8eb3409a64
commit d55f9404da

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.UserInterface
{
private const float circle_allowance = 0.8f;
private string icon;
private readonly string icon;
public ScreenTitleIcon(string icon)
{