mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 01:39:55 +08:00
Renamed Editor method
This commit is contained in:
+1
-1
@@ -598,7 +598,7 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
editor.SeekToTimestamp(timeGroup, objectsGroup);
|
||||
editor.SeekAndSelectHitObjects(timeGroup, objectsGroup);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user