mirror of https://github.com/ppy/osu
Return TouchDevice in GetAllMods response
This commit is contained in:
parent
d5ee4cbc9c
commit
f8feac792c
|
@ -138,6 +138,12 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
|
|||
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