From 3d16e45d79a8788fa3feec9b9b7777c2b101d878 Mon Sep 17 00:00:00 2001 From: smallketchup82 Date: Sat, 12 Oct 2024 17:15:48 -0400 Subject: [PATCH] Remove a comment --- osu.Game/Skinning/SkinImporter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Game/Skinning/SkinImporter.cs b/osu.Game/Skinning/SkinImporter.cs index 8147287eec..4b024f7138 100644 --- a/osu.Game/Skinning/SkinImporter.cs +++ b/osu.Game/Skinning/SkinImporter.cs @@ -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); } });