mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Remove outdated TODO
This commit is contained in:
parent
eb21ed08f8
commit
9fa8bee094
@ -172,7 +172,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
|
|
||||||
writer.WriteLine("[TimingPoints]");
|
writer.WriteLine("[TimingPoints]");
|
||||||
|
|
||||||
if (!(beatmap.ControlPointInfo is LegacyControlPointInfo)) // todo: always run this? probably no harm.
|
if (!(beatmap.ControlPointInfo is LegacyControlPointInfo))
|
||||||
{
|
{
|
||||||
var legacyControlPoints = new LegacyControlPointInfo();
|
var legacyControlPoints = new LegacyControlPointInfo();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user