Rename to WarningText

This commit is contained in:
Dean Herbert
2021-05-05 16:16:02 +09:00
parent 6178f38c95
commit 1288f69fad
4 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
{
const string unlimited_frames_note = "Using unlimited frame limiter can lead to stutters, bad performance and overheating. It will not improve perceived latency. \"2x refresh rate\" is recommended.";
frameLimiterDropdown.NoteText = limit.NewValue == FrameSync.Unlimited ? unlimited_frames_note : string.Empty;
frameLimiterDropdown.WarningText = limit.NewValue == FrameSync.Unlimited ? unlimited_frames_note : string.Empty;
}, true);
}
}