mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Update signatures
This commit is contained in:
parent
327a34f12a
commit
7f2fdac50e
@ -90,7 +90,7 @@ namespace osu.Game.Overlays.Direct
|
||||
}
|
||||
}
|
||||
|
||||
private void onRequestSuccess(byte[] data)
|
||||
private void onRequestSuccess(string data)
|
||||
{
|
||||
Schedule(() => State.Value = DownloadState.Downloaded);
|
||||
attachDownload(null);
|
||||
|
Loading…
Reference in New Issue
Block a user