1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 15:20:18 +08:00

Fix typo in xmldoc

This commit is contained in:
Bartłomiej Dach
2023-02-11 16:26:32 +01:00
Unverified
parent 6d876fdb9a
commit a3cc0d23b3
+1 -1
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);