mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:37:21 +08:00
Remove outdated TODO
This commit is contained in:
parent
106fa97a11
commit
0959e7156a
@ -180,7 +180,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
foreach (var drawableInfo in skin.DrawableComponentInfo)
|
||||
{
|
||||
// todo: the OfType() call can be removed with better IDrawable support.
|
||||
string json = JsonConvert.SerializeObject(drawableInfo.Value, new JsonSerializerSettings { Formatting = Formatting.Indented });
|
||||
|
||||
using (var streamContent = new MemoryStream(Encoding.UTF8.GetBytes(json)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user