1
0
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:
Dean Herbert 2021-05-13 17:22:05 +09:00
parent 106fa97a11
commit 0959e7156a

View File

@ -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)))