1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 14:53:21 +08:00

Remove stray comment

This commit is contained in:
Dean Herbert 2021-05-13 13:07:06 +09:00
parent 469a7f5d2a
commit 992a052426

View File

@ -39,8 +39,6 @@ namespace osu.Game.Skinning
{
SkinInfo = skin;
// may be null for default skin.
// we may want to move this to some kind of async operation in the future.
foreach (SkinnableTarget skinnableTarget in Enum.GetValues(typeof(SkinnableTarget)))
{