mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
fix typo
This commit is contained in:
@ -327,7 +327,7 @@ namespace osu.Game.Screens.Edit
|
||||
{
|
||||
Items = new MenuItem[]
|
||||
{
|
||||
new EditorMenuItem("Set Current Position as Preview Point", MenuItemType.Standard, SetCurrectTimeAsPreview)
|
||||
new EditorMenuItem("Set Current Position as Preview Point", MenuItemType.Standard, SetCurrentTimeAsPreview)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -808,7 +808,7 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
protected void Redo() => changeHandler?.RestoreState(1);
|
||||
|
||||
protected void SetCurrectTimeAsPreview()
|
||||
protected void SetCurrentTimeAsPreview()
|
||||
{
|
||||
editorBeatmap.PreviewTime.Value = (int)clock.CurrentTime;
|
||||
}
|
||||
|
Reference in New Issue
Block a user