1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 10:49:53 +08:00

Remove a comment

This commit is contained in:
smallketchup82
2024-10-12 17:15:48 -04:00
Unverified
parent 942efce78b
commit 3d16e45d79
-2
View File
@@ -67,8 +67,6 @@ namespace osu.Game.Skinning
{
using var stream = File.OpenRead(Path.Combine(task.Path, file));
// The GetFile call in this method is *really* expensive, and we are certain that the file does not exist in the skin yet.
// Consider adding a method to add a file without checking if it already exists. Or add the file directly to the skin.
modelManager.AddFile(original, stream, file);
}
});