mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename to latency certifier
This commit is contained in:
@ -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()))
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user