mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 21:01:01 +08:00
Update WebRequest usage in-line with framework
This commit is contained in:
+1
-1
Submodule osu-framework updated: 5986f21268...337d70e315
@@ -36,7 +36,7 @@ namespace osu.Game.Online.API
|
||||
return request;
|
||||
}
|
||||
|
||||
private void request_Progress(WebRequest request, long current, long total) => API.Scheduler.Add(delegate { Progress?.Invoke(current, total); });
|
||||
private void request_Progress(long current, long total) => API.Scheduler.Add(delegate { Progress?.Invoke(current, total); });
|
||||
|
||||
protected APIDownloadRequest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user