Rename to latency certifier

This commit is contained in:
Dean Herbert
2022-06-07 23:34:19 +09:00
parent 1a1dfaeae6
commit 9da99a0ddf
3 changed files with 11 additions and 12 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
new SettingsButton
{
Text = @"Run latency comparer",
Action = () => performer?.PerformFromScreen(menu => menu.Push(new LatencyComparerScreen()))
Action = () => performer?.PerformFromScreen(menu => menu.Push(new LatencyCertifierScreen()))
}
};
}