mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 16:37:26 +08:00
Fix typo in xmldoc
This commit is contained in:
parent
6d876fdb9a
commit
a3cc0d23b3
@ -46,7 +46,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
|
|
||||||
if (editorClock != null)
|
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
|
// This will emulate the osu-stable behaviour where a metronome and timing information
|
||||||
// are presented on entering the screen.
|
// are presented on entering the screen.
|
||||||
var nearestTimingPoint = EditorBeatmap.ControlPointInfo.TimingPointAt(editorClock.CurrentTime);
|
var nearestTimingPoint = EditorBeatmap.ControlPointInfo.TimingPointAt(editorClock.CurrentTime);
|
||||||
|
Loading…
Reference in New Issue
Block a user