1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 12:47:21 +08:00

Merge branch 'master' into ios-osu-is-not-document-app

This commit is contained in:
Dan Balasescu 2024-12-18 21:39:21 +09:00 committed by GitHub
commit 546f0044bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Osu.UI
protected override ResumeOverlay CreateResumeOverlay()
{
if (Mods.Any(m => m is OsuModAutopilot))
if (Mods.Any(m => m is OsuModAutopilot or OsuModTouchDevice))
return new DelayedResumeOverlay { Scale = new Vector2(0.65f) };
return new OsuResumeOverlay();