1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Update signatures

This commit is contained in:
Dean Herbert 2019-01-31 18:47:30 +09:00
parent 327a34f12a
commit 7f2fdac50e

View File

@ -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);