mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Remove unnecessary comment.
This commit is contained in:
parent
b86a3dbfab
commit
cffeceb229
@ -82,7 +82,6 @@ namespace osu.Game.Beatmaps
|
|||||||
/// <returns>The absolute path of the output file.</returns>
|
/// <returns>The absolute path of the output file.</returns>
|
||||||
public string Save()
|
public string Save()
|
||||||
{
|
{
|
||||||
// copied from osu.Framework.IO.File.FileSafety.GetTempPath
|
|
||||||
string directory = Path.Combine(Path.GetTempPath(), @"osu!");
|
string directory = Path.Combine(Path.GetTempPath(), @"osu!");
|
||||||
Directory.CreateDirectory(directory);
|
Directory.CreateDirectory(directory);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user