mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
Remove stray comment
This commit is contained in:
parent
469a7f5d2a
commit
992a052426
@ -39,8 +39,6 @@ namespace osu.Game.Skinning
|
|||||||
{
|
{
|
||||||
SkinInfo = skin;
|
SkinInfo = skin;
|
||||||
|
|
||||||
// may be null for default skin.
|
|
||||||
|
|
||||||
// we may want to move this to some kind of async operation in the future.
|
// we may want to move this to some kind of async operation in the future.
|
||||||
foreach (SkinnableTarget skinnableTarget in Enum.GetValues(typeof(SkinnableTarget)))
|
foreach (SkinnableTarget skinnableTarget in Enum.GetValues(typeof(SkinnableTarget)))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user