Renamed Editor method

This commit is contained in:
ratinfx 2023-11-04 03:30:38 +01:00
parent f854e78bb0
commit 60f62faec3
2 changed files with 2 additions and 2 deletions

View File

@ -598,7 +598,7 @@ namespace osu.Game
return;
}
editor.SeekToTimestamp(timeGroup, objectsGroup);
editor.SeekAndSelectHitObjects(timeGroup, objectsGroup);
}
/// <summary>

View File

@ -1138,7 +1138,7 @@ namespace osu.Game.Screens.Edit
loader?.CancelPendingDifficultySwitch();
}
public void SeekToTimestamp(string timeGroup, string objectsGroup)
public void SeekAndSelectHitObjects(string timeGroup, string objectsGroup)
{
double position = EditorTimestampParser.GetTotalMilliseconds(timeGroup);
editorBeatmap.SelectedHitObjects.Clear();