mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:53:51 +08:00
Enforce one missed property back to single-floating type
This commit is contained in:
parent
25f511fd5b
commit
5e476fa189
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user