1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:07:29 +08:00

Fix typo in inline comment

This commit is contained in:
Dean Herbert 2022-01-15 23:57:20 +09:00
parent 236fa6da7e
commit 565611ee00

View File

@ -57,7 +57,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
// to guarantee an accurate representation.
//
// note that the case where control point (type) is added or removed from a non-displayed group is not handled correctly.
// this is an edge case which shouldn't affect the user too badly. we may flatted control point groups in the future
// this is an edge case which shouldn't affect the user too badly. we may flatten control point groups in the future
// which would allow this to be handled better.
Clear();
foreach (var g in controlPointGroups)