Merge remote-tracking branch 'upstream/master' into database-tidy

This commit is contained in:
Dean Herbert
2017-07-27 17:40:25 +09:00
3 changed files with 7 additions and 4 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.IO
public FileInfo Add(Stream data, string filename = null)
{
string hash = data.GetSHA2Hash();
string hash = data.ComputeSHA2Hash();
var info = new FileInfo
{