mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Return TouchDevice in GetAllMods response
This commit is contained in:
parent
d5ee4cbc9c
commit
f8feac792c
@ -138,6 +138,12 @@ namespace osu.Game.Rulesets.Osu
|
||||
new MultiMod(new ModWindUp<OsuHitObject>(), new ModWindDown<OsuHitObject>()),
|
||||
};
|
||||
|
||||
case ModType.System:
|
||||
return new Mod[]
|
||||
{
|
||||
new OsuModTouchDevice(),
|
||||
};
|
||||
|
||||
default:
|
||||
return new Mod[] { };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user