mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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)
|
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 });
|
string json = JsonConvert.SerializeObject(drawableInfo.Value, new JsonSerializerSettings { Formatting = Formatting.Indented });
|
||||||
|
|
||||||
using (var streamContent = new MemoryStream(Encoding.UTF8.GetBytes(json)))
|
using (var streamContent = new MemoryStream(Encoding.UTF8.GetBytes(json)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user