mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
General improvements
This commit is contained in:
@ -17,6 +17,7 @@ using osu.Game.Modes.Catch;
|
||||
using osu.Game.Modes.Mania;
|
||||
using osu.Game.Modes.Osu;
|
||||
using osu.Game.Modes.Taiko;
|
||||
using osu.Game.Beatmaps.IO;
|
||||
|
||||
namespace osu.Game.Tests.Beatmaps.IO
|
||||
{
|
||||
@ -106,7 +107,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
|
||||
private string prepareTempCopy(string path)
|
||||
{
|
||||
var temp = Path.GetTempPath()+Guid.NewGuid()+".osz";
|
||||
var temp = Path.GetTempPath() + Guid.NewGuid() + BeatmapArchiveReader.OszExtension;
|
||||
return new FileInfo(path).CopyTo(temp, true).FullName;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user