1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Fix typo in xmldoc

This commit is contained in:
Bartłomiej Dach 2023-02-11 16:26:32 +01:00
parent 6d876fdb9a
commit a3cc0d23b3
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ namespace osu.Game.Screens.Edit.Timing
if (editorClock != null)
{
// When entering the timing screen, let's choose to closest valid timing point.
// When entering the timing screen, let's choose the closest valid timing point.
// This will emulate the osu-stable behaviour where a metronome and timing information
// are presented on entering the screen.
var nearestTimingPoint = EditorBeatmap.ControlPointInfo.TimingPointAt(editorClock.CurrentTime);