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

Enforce one missed property back to single-floating type

This commit is contained in:
Salman Ahmed 2021-01-18 22:07:25 +03:00
parent 25f511fd5b
commit 5e476fa189

View File

@ -10,7 +10,7 @@ namespace osu.Game.Online.API
{
public readonly TModel Model;
public double Progress { get; private set; }
public float Progress { get; private set; }
public event Action<float> DownloadProgressed;