mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
Simplify text when reaching maximum supported level
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
69b856bd58
commit
5b8bd24140
@ -282,7 +282,7 @@ Do whatever you need to try and perceive the difference in latency, then choose
|
||||
if (!isPass)
|
||||
cannotIncreaseReason = "You didn't get a perfect score.";
|
||||
else if (mapDifficultyToTargetFrameRate(difficultyLevel + 1) > target_host_update_frames)
|
||||
cannotIncreaseReason = "You've reached the limits of this comparison mode.";
|
||||
cannotIncreaseReason = "You've reached the maximum level.";
|
||||
else if (mapDifficultyToTargetFrameRate(difficultyLevel + 1) > Clock.FramesPerSecond)
|
||||
cannotIncreaseReason = "Game is not running fast enough to test this level";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user